We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2547eb commit 9ee38dbCopy full SHA for 9ee38db
bump.config.ts
@@ -2,5 +2,4 @@ import { defineConfig } from "bumpp"
2
3
export default defineConfig({
4
all: true,
5
- push: false,
6
})
package.json
@@ -2,7 +2,7 @@
"name": "java-run",
"module": "cli.ts",
"type": "module",
- "version": "0.0.3",
+ "version": "0.0.4",
"scripts": {
7
"version": "bumpp",
8
"start": "bun run ./src/cli.ts",
0 commit comments