chore: release v2.0.0-beta.3
This commit is contained in:
@@ -3,9 +3,9 @@ import { defineConfig } from 'bumpp'
|
||||
export default defineConfig({
|
||||
release: 'prompt',
|
||||
all: true,
|
||||
commit: false,
|
||||
tag: false,
|
||||
push: false,
|
||||
commit: true,
|
||||
tag: true,
|
||||
push: true,
|
||||
files: [
|
||||
'package.json',
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cook",
|
||||
"type": "module",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.3",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.18.0",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user