@cloudglab/zentao-cli 0.1.3 → 0.1.4

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 0.1.4 - 2026-06-05
6
+
7
+ ### Changed
8
+
9
+ - 触发一次真实的 npm trusted publishing 自动发布验证。
10
+
5
11
  ## 0.1.3 - 2026-06-05
6
12
 
7
13
  ### Fixed
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const CLI_VERSION = "0.1.3";
1
+ export declare const CLI_VERSION = "0.1.4";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const CLI_VERSION = '0.1.3';
1
+ export const CLI_VERSION = '0.1.4';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudglab/zentao-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "ZenTao CLI rebuilt for ZenTao 18.5 REST v1 API",
5
5
  "repository": {
6
6
  "type": "git",