@capgo/cli 4.10.26 → 4.10.27

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.
@@ -14,7 +14,7 @@ jobs:
14
14
 
15
15
  strategy:
16
16
  matrix:
17
- os: [windows-2016, windows-2019, windows-2022]
17
+ os: [windows-2019, windows-2022]
18
18
 
19
19
  steps:
20
20
  - name: Checkout repository
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.10.27](https://github.com/Cap-go/CLI/compare/v4.10.26...v4.10.27) (2024-06-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * remove too old version ([6b510e3](https://github.com/Cap-go/CLI/commit/6b510e37165487f74829296ee4becb5644d8880f))
11
+
5
12
  ### [4.10.26](https://github.com/Cap-go/CLI/compare/v4.10.25...v4.10.26) (2024-06-20)
6
13
 
7
14
 
package/dist/index.js CHANGED
@@ -108745,7 +108745,7 @@ var {
108745
108745
  // package.json
108746
108746
  var package_default = {
108747
108747
  name: "@capgo/cli",
108748
- version: "4.10.26",
108748
+ version: "4.10.27",
108749
108749
  description: "A CLI to upload to capgo servers",
108750
108750
  author: "github.com/riderx",
108751
108751
  license: "Apache 2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.10.26",
3
+ "version": "4.10.27",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",