@extrahorizon/exh-cli 1.13.0 → 1.13.1
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.
- package/CHANGELOG.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
|
+
### v1.13.1
|
|
4
|
+
* Bumped version of `braces-expansion` for vulnerability warning (vulnerable code was not used though)
|
|
5
|
+
|
|
3
6
|
### v1.13.0
|
|
4
7
|
* Introduced `exh settings sync`, by default enabling synchronization of service settings from a `service-settings.json` file.
|
|
5
8
|
* Added `exh dispatchers init`, which creates a dispatcher in a new `dispatchers.json` file or appends a new dispatcher to an existing configuration.
|