create-storm-workspace 1.6.19 → 1.6.21
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.6.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.19...create-storm-workspace-v1.6.20) (2023-11-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Update treeshaking config for tsup build executor ([a2903f2](https://github.com/storm-software/storm-ops/commit/a2903f2c528046093d637e8feb9c4d50027021c6))
|
|
7
|
+
|
|
8
|
+
## [1.6.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.18...create-storm-workspace-v1.6.19) (2023-11-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **workspace-tools:** Added path extension plugin to tsup build config ([a03f2f3](https://github.com/storm-software/storm-ops/commit/a03f2f374dac599db24c77e4121925c12d232b18))
|
|
14
|
+
|
|
1
15
|
## [1.6.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.17...create-storm-workspace-v1.6.18) (2023-11-13)
|
|
2
16
|
|
|
3
17
|
|