@dongowu/git-ai-cli 1.0.10 → 1.0.11

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/package.json +2 -2
  2. package/release_notes.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dongowu/git-ai-cli",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Fast, privacy-first, bring-your-own-model Git commit message generator",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "tsc",
12
12
  "dev": "tsc --watch",
13
- "start": "node dist/cli.js",
13
+ "start": "NODE_NO_WARNINGS=1 node dist/cli.js",
14
14
  "prepublishOnly": "npm run build",
15
15
  "release": "npm version patch && git push --follow-tags",
16
16
  "release:minor": "npm version minor && git push --follow-tags",
package/release_notes.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ## What's Changed
2
2
 
3
- - 1.0.10
4
- - chore: prepare release 1.1.0 (add report feature, hooks, and ci workflow)
3
+ - 1.0.11
4
+ - chore: 在启动脚本中抑制 Node.js 警告
5
5
  ### Install
6
6
  ```bash
7
7
  npm install -g @dongowu/git-ai-cli