Skip to content

Commit

Permalink
chore(release): Bump version to v0.1.9
Browse files Browse the repository at this point in the history
Version bump in `package.json`.
  • Loading branch information
imprvhub committed Dec 31, 2024
1 parent 0c777f9 commit 68d8a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitset/cli",
"version": "0.1.8",
"version": "0.1.9",
"description": "Generate semantic commit messages using AI-driven analysis of staged code changes.",
"main": "src/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async function generateCommitMessage() {
program
.name('gitset')
.description('Generate semantic commit messages using AI-driven analysis of staged code changes.')
.version('0.1.8')
.version('0.1.9')
.action(generateCommitMessage);

program.parse();

0 comments on commit 68d8a83

Please sign in to comment.