Skip to content

Commit

Permalink
chore: release bumpgen 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zlalvani committed Apr 29, 2024
1 parent 022e4ec commit 72aa5db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumpgen",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"build": "tsup src/index.tsx --format esm",
"dev": "tsup src/index.tsx --format esm --watch",
Expand All @@ -10,6 +10,9 @@
"bin": {
"bumpgen": "dist/index.mjs"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
"@inquirer/prompts": "^5.0.2",
Expand Down

0 comments on commit 72aa5db

Please sign in to comment.