@storm-software/projen 0.19.0 → 0.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.19.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.19.0) (2025-09-16)
6
+
7
+ ### Features
8
+
9
+ - **conventional-changelog:** Added the Storm Software shared
10
+ `conventional-changelog` configuration
11
+ ([9f65827b6](https://github.com/storm-software/storm-ops/commit/9f65827b6))
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Update workspace package links
16
+ ([865d707d8](https://github.com/storm-software/storm-ops/commit/865d707d8))
17
+
5
18
  ## [0.18.7](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.7) (2025-09-15)
6
19
 
7
20
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -142,5 +142,5 @@
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "026eb81c70b21b9e4defb0b5c4dc078bbdaa7ca9"
145
+ "gitHead": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
146
146
  }