@storm-software/config 1.110.2 → 1.110.3

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ![Storm Software](https://public.storm-cdn.com/brand-banner.png)
2
+
3
+ # Changelog for Storm Ops - Config
4
+
5
+ ## [1.110.3](https://github.com/storm-software/storm-ops/releases/tag/config%401.110.3) (2025-03-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat CHANGELOG markdown files
10
+ ([8d5d61c71](https://github.com/storm-software/storm-ops/commit/8d5d61c71))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
13
+
1
14
  ![Storm-Software](https://public.storm-cdn.com/brand-banner.png)
2
15
 
3
16
  # Changelog for Storm Ops - Config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.110.2",
3
+ "version": "1.110.3",
4
4
  "type": "module",
5
5
  "description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
6
6
  "repository": {