@gmcb/cli 0.4.0 → 0.4.1

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/CHANGELOG.md +14 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,16 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [0.4.1](http://10.10.10.16/caoben/front-end/compare/@gmcb/cli@0.3.4...@gmcb/cli@0.4.1) (2026-06-02)
7
+
8
+ **Note:** Version bump only for package @gmcb/cli
9
+
10
+
11
+
12
+
13
+
5
14
 
6
15
  ## [0.3.4](http://10.10.10.16/caoben/front-end/compare/@gmcb/cli@0.3.3...@gmcb/cli@0.3.4) (2026-04-30)
7
16
 
@@ -288,4 +297,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
288
297
 
289
298
  ## [0.0.1](http://10.10.200.92:8090/gmcb/front-end/compare/@gmcb/cli@0.1.0-alpha.0...@gmcb/cli@0.0.1) (2025-02-02)
290
299
 
291
- **Note:** Version bump only for package @gmcb/cli
300
+ **Note:** Version bump only for package @gmcb/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmcb/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "工茂草本前端命令行工具",
5
5
  "author": "yinjiazeng@163.com",
6
6
  "license": "MIT",
@@ -54,5 +54,5 @@
54
54
  "@types/rimraf": "^4.0.5",
55
55
  "@types/user-home": "^2.0.2"
56
56
  },
57
- "gitHead": "51d155379d352d8507622d2ccb89a6442892b2b2"
57
+ "gitHead": "466e3167167162d5976a7d39111f1d2309707542"
58
58
  }