@storm-software/workspace-tools 1.183.2 → 1.184.0
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.184.0 (2024-09-15)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **build-tools:** Update unbuild optional parameters
|
|
6
|
+
([af395c22](https://github.com/storm-software/storm-ops/commit/af395c22))
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **eslint:** Make the ESLint rules more lenient
|
|
11
|
+
([e11897e7](https://github.com/storm-software/storm-ops/commit/e11897e7))
|
|
12
|
+
|
|
1
13
|
## 1.183.2 (2024-09-13)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED