create-storm-workspace 1.97.68 → 1.97.69

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Storm Ops - Create Storm Workspace
4
4
 
5
+ ## [1.97.68](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.68) (12/16/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **config-tools** to **v1.188.68**
10
+
5
11
  ## [1.97.67](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.67) (12/15/2025)
6
12
 
7
13
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storm-workspace",
3
- "version": "1.97.68",
3
+ "version": "1.97.69",
4
4
  "type": "commonjs",
5
5
  "description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
6
6
  "repository": {
@@ -44,5 +44,5 @@
44
44
  "nx": "^22.2.3"
45
45
  },
46
46
  "publishConfig": { "access": "public" },
47
- "gitHead": "31bafb4a3df535a83106fea15b3e0ed3a4bce93a"
47
+ "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
48
48
  }