Skip to content

Commit 6bb6c29

Browse files
committed
chore: bump to v1.0.0 stable release
- Bump version to 1.0.0 for stable release - Update CHANGELOG.md with release notes - Complete open source project structure - Production-ready VS Code extension - Professional community standards and documentation
1 parent e23da42 commit 6bb6c29

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-08-07
11+
12+
### 🎉 **STABLE RELEASE** - Complete Open Source Project Structure
13+
1014
### Added
1115
- **VS Code Extension**: Initial extension with three core commands & settings panel
1216
- "CommitWeave: Create Commit" - Launch interactive CLI in integrated terminal

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

0 commit comments

Comments
 (0)