@storm-software/k8s-tools 0.10.1 → 0.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.12.0 (2024-12-22)
2
+
3
+ ### Features
4
+
5
+ - **esbuild:** Move shared code to `build-tools` package
6
+ ([bef9364e](https://github.com/storm-software/storm-ops/commit/bef9364e))
7
+
8
+ ## 0.11.0 (2024-12-18)
9
+
10
+ ### Features
11
+
12
+ - **storm-ops:** Improved descriptions and markdown across monorepo
13
+ ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
14
+
1
15
  ## 0.10.1 (2024-12-18)
2
16
 
3
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.10.1",
3
+ "version": "0.12.0",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
6
6
  "repository": {