@extrahorizon/exh-cli 1.13.1-dev-193-52b8e1c → 1.13.2-dev-195-27b2b4b

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.2
4
+
3
5
  ### v1.13.1
4
6
  * Bumped version of `braces-expansion` for vulnerability warning (vulnerable code was not used though)
5
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.13.1-dev-193-52b8e1c",
3
+ "version": "1.13.2-dev-195-27b2b4b",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",