@extrahorizon/exh-cli 1.13.2 → 1.13.3-dev-201-9fe5354

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 +3 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Extra Horizon CLI changelog
2
2
 
3
+ ### v1.13.3
4
+ *
5
+
3
6
  ### v1.13.2
4
7
  * Updated the ExH SDK to `8.6.0`
5
8
  * The following vulnerabilities were resolved, but not applicable:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.13.2",
3
+ "version": "1.13.3-dev-201-9fe5354",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",