Skip to content

Commit 35dad18

Browse files
committed
chore: bump version to 1.0.2 for marketplace publishing
- VS Code extension version 1.0.1 already exists in marketplace - Bump both CLI and extension to 1.0.2 for successful publishing
1 parent 4d3b712 commit 35dad18

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": "1.0.1",
3+
"version": "1.0.2",
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": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "glincker",
77
"engines": {
88
"vscode": "^1.80.0"

0 commit comments

Comments
 (0)