@extrahorizon/exh-cli 1.13.4-dev-207-4973d7d → 1.13.4-dev-208-7b0d057
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 +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
3
|
### v1.13.4
|
|
4
|
+
* Updated the `templates` syncing feedback to make the synchronization state clearer
|
|
5
|
+
* Updated the `templates` commands to correctly handle cases where the Template Service v1 is unavailable
|
|
4
6
|
|
|
5
7
|
### v1.13.3
|
|
6
8
|
* Updated the ExH SDK to `8.11.0` to fix a security warning from `axios` (vulnerable code was not in use)
|