1
0
mirror of synced 2025-11-06 04:20:50 +08:00

chore: release v2.0.0-beta.3

This commit is contained in:
YunYouJun
2025-10-06 21:06:15 +08:00
parent c03c75123e
commit 80e17d6ebf
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ import { defineConfig } from 'bumpp'
export default defineConfig({ export default defineConfig({
release: 'prompt', release: 'prompt',
all: true, all: true,
commit: false, commit: true,
tag: false, tag: true,
push: false, push: true,
files: [ files: [
'package.json', 'package.json',
], ],

View File

@@ -1,7 +1,7 @@
{ {
"name": "cook", "name": "cook",
"type": "module", "type": "module",
"version": "2.0.0-beta.1", "version": "2.0.0-beta.3",
"private": true, "private": true,
"packageManager": "pnpm@10.18.0", "packageManager": "pnpm@10.18.0",
"engines": { "engines": {