diff --git a/package.json b/package.json index 74919f4..9502d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslx", - "version": "0.0.10", + "version": "0.1.0", "description": "", "repository": "chizukicn/tslx", "license": "MIT", @@ -28,7 +28,7 @@ "prepack": "pnpm run build", "prepare": "npx simple-git-hooks", "preinstall": "npx only-allow pnpm", - "release": "pnpm test && changelogen --release", + "release": "pnpm test && bumpp", "pub": "npm publish --registry https://registry.npmjs.org/", "test": "pnpm lint && vitest run --coverage", "bench": "vitest bench" @@ -60,4 +60,4 @@ "npx eslint --cache --fix" ] } -} \ No newline at end of file +}