@storm-software/tsdoc 0.11.0 → 0.11.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 - Tsdoc
4
4
 
5
+ ## [0.11.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.11.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.10.7](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.7) (2025-09-15)
6
19
 
7
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsdoc",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "type": "module",
5
5
  "description": "This package contains shared TSDoc configurations used in Storm Software projects.",
6
6
  "repository": {
@@ -86,5 +86,5 @@
86
86
  },
87
87
  "publishConfig": { "access": "public" },
88
88
  "sideEffects": false,
89
- "gitHead": "026eb81c70b21b9e4defb0b5c4dc078bbdaa7ca9"
89
+ "gitHead": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
90
90
  }