@cloudbase/agent-cli 0.0.2 → 0.0.6

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 +51 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # @cloudbase/agent-cli
2
2
 
3
+ ## 0.0.11-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - alpha release 0.0.10-alpha.2
8
+ - Update all public packages to version 0.0.10-alpha.2
9
+ - Trigger automated alpha release workflow
10
+ - Includes latest features and improvements
11
+
12
+ ## 0.0.11-alpha.2
13
+
14
+ ### Patch Changes
15
+
16
+ - alpha release 0.0.10-alpha.2
17
+ - Update all public packages to version 0.0.10-alpha.2
18
+ - Trigger automated alpha release workflow
19
+ - Includes latest features and improvements
20
+
21
+ ## 0.0.11-alpha.1
22
+
23
+ ### Patch Changes
24
+
25
+ - alpha release 0.0.10-alpha.2
26
+ - Update all public packages to version 0.0.10-alpha.2
27
+ - Trigger automated alpha release workflow
28
+ - Includes latest features and improvements
29
+
30
+ ## 0.0.11-alpha.0
31
+
32
+ ### Patch Changes
33
+
34
+ - 97b2740: alpha release 0.0.10-alpha.2
35
+ - Update all public packages to version 0.0.10-alpha.2
36
+ - Trigger automated alpha release workflow
37
+ - Includes latest features and improvements
38
+
39
+ - fd4c62a: alpha release 0.0.10-alpha.2
40
+ - Update all public packages to version 0.0.10-alpha.2
41
+ - Trigger automated alpha release workflow
42
+ - Includes latest features and improvements
43
+
44
+ - da3388c: alpha release 0.0.10-alpha.2
45
+ - Update all public packages to version 0.0.10-alpha.2
46
+ - Trigger automated alpha release workflow
47
+ - Includes latest features and improvements
48
+
49
+ - alpha release 0.0.10-alpha.2
50
+ - Update all public packages to version 0.0.10-alpha.2
51
+ - Trigger automated alpha release workflow
52
+ - Includes latest features and improvements
53
+
3
54
  ## 0.0.10
4
55
 
5
56
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/agent-cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Command line interface for AG-Kit",
5
5
  "files": [
6
6
  "dist/",