@storm-software/testing-tools 1.109.1 → 1.110.0

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  # Changelog for Storm Ops - Testing Tools
4
4
 
5
+ ## [1.109.2](https://github.com/storm-software/storm-ops/releases/tag/testing-tools%401.109.2) (2025-05-07)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **git-tools:** Remove auto-commit on versioning step
10
+
11
+ ### Miscellaneous
12
+
13
+ - **monorepo:** Regenerate README markdown files
14
+
5
15
  ## [1.109.0](https://github.com/storm-software/storm-ops/releases/tag/testing-tools%401.109.0) (2025-05-06)
6
16
 
7
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.109.1",
3
+ "version": "1.110.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
6
  "repository": {