Skip to content

Commit e206079

Browse files
committed
chore: bump version to 0.1.0-beta.6 for npm publish
1 parent a427e14 commit e206079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typeweaver/commitweave",
3-
"version": "0.1.0-beta.5",
3+
"version": "0.1.0-beta.6",
44
"description": "A modern CLI to write smart, structured, and beautiful git commit messages with emoji support, conventional commit rules, AI-powered summaries (optional), and built-in hooks.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "commitweave",
33
"displayName": "CommitWeave",
44
"description": "Smart, structured, and beautiful git commits with AI assistance - by GLINR STUDIOS",
5-
"version": "0.1.0-beta.5",
5+
"version": "0.1.0-beta.6",
66
"publisher": "glincker",
77
"engines": {
88
"vscode": "^1.80.0"

0 commit comments

Comments
 (0)