@extrahorizon/exh-cli 1.13.3 → 1.13.4-dev-205-667cfa3

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 +2 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Extra Horizon CLI changelog
2
2
 
3
+ ### v1.13.4
4
+
3
5
  ### v1.13.3
4
6
  * Updated the ExH SDK to `8.11.0` to fix a security warning from `axios` (vulnerable code was not in use)
5
7
  * Bumped version of `braces-expansion` for vulnerability warning
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.13.3",
3
+ "version": "1.13.4-dev-205-667cfa3",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",