@storm-software/projen 0.13.0 → 0.13.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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.13.1](https://github.com/storm-software/storm-ops/releases/tag/projen%400.13.1) (2025-05-06)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **eslint:** Regenerate type definitions
10
+ ([aa082a323](https://github.com/storm-software/storm-ops/commit/aa082a323))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([ed5072712](https://github.com/storm-software/storm-ops/commit/ed5072712))
13
+
5
14
  ## [0.13.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.13.0) (2025-05-06)
6
15
 
7
16
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {