Skip to content

Commit

Permalink
chore(release): v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 31, 2024
1 parent a0d60d4 commit 0ead183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelve/cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "The command-line interface for Shelve",
"author": "HugoRCD",
"repository": {
Expand All @@ -20,7 +20,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"release": "bun run build && changelogen --bump --no-output && git add . && git commit -m 'chore: release new cli version' && git push && && npm publish"
"release": "bun run build && changelogen --release --no-tag --no-output --push && npm publish"
},
"devDependencies": {
"@shelve/eslint-config": "*",
Expand Down Expand Up @@ -56,4 +56,4 @@
"unbuild": "^2.0.0"
},
"license": "Apache-2.0"
}
}

0 comments on commit 0ead183

Please sign in to comment.