@storm-software/workspace-tools 1.5.14 → 1.5.15
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.5.14](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.13...workspace-tools-v1.5.14) (2023-11-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **create-storm-workspace:** Update preset implementation and added back nxCloud and mode args to CLI ([35bab7e](https://github.com/storm-software/storm-ops/commit/35bab7e28ca2d7ca2430e0ec2d4c257d241adc53))
|
|
7
|
+
|
|
1
8
|
## [1.5.13](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.12...workspace-tools-v1.5.13) (2023-11-08)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED