@storm-software/k8s-tools 0.8.0 → 0.9.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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 0.9.1 (2024-09-08)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Update the compiler options used in TypeScript plugin
|
|
6
|
+
([b788e426](https://github.com/storm-software/storm-ops/commit/b788e426))
|
|
7
|
+
|
|
8
|
+
## 0.9.0 (2024-09-08)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **workspace-tools:** Ensure the workspaceRoot is used as the base directory
|
|
13
|
+
([2b8ab737](https://github.com/storm-software/storm-ops/commit/2b8ab737))
|
|
14
|
+
|
|
1
15
|
## 0.8.0 (2024-09-06)
|
|
2
16
|
|
|
3
17
|
### Features
|
package/package.json
CHANGED