@theoribbi/claude-code-autocommit 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ Add the following to your settings file:
44
44
  ### Manual installation
45
45
 
46
46
  ```bash
47
- npm install -g claude-code-autocommit
47
+ npm install -g @theoribbi/claude-code-autocommit
48
48
  ```
49
49
 
50
50
  Then add to your settings file (`~/.claude/settings.json` or `.claude/settings.json`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theoribbi/claude-code-autocommit",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for generating Conventional Commits messages from git changes",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",