Skip to content

Commit c313253

Browse files
release v0.9.10
1 parent cbfa42d commit c313253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@laststance/git-gpt-commit",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"description": "An AI-powered Git extension that generates commit messages using OpenAI's GPT-3, streamlining the commit process and improving developer productivity.",
55
"main": "index.js",
66
"type": "module",
@@ -10,7 +10,7 @@
1010
"test": "vitest run",
1111
"lint": "eslint . --ext .ts,.tsx,.js,jsx,cjs,mjs",
1212
"lint:fix": "eslint . --ext .ts,.tsx,.js,jsx,cjs,mjs --fix",
13-
"push-release-commit": "node ./scripts/npm-publish-tool.mjs"
13+
"push-release-commit": "push-release-commit"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)