testdriverai 7.8.0-test.4 → 7.8.0-test.6

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 7.8.0-test.6 (2026-03-13)
2
+
3
+ 🔧 Maintenance
4
+
5
+ - Fix changelog generation in release workflow (04a789ec)
6
+
7
+ ## 7.8.0-test.5 (2026-03-13)
8
+
9
+ 🔧 Maintenance
10
+
11
+ - Update deployment configuration to use dashes instead of dots in environment naming (baca4d32)
12
+
1
13
  ## 7.8.0-test.4 (2026-03-13)
2
14
 
3
15
  ## 📝 Documentation
@@ -7,3 +7,9 @@ rss: true
7
7
  {/* New entries are prepended automatically by the release workflow. */}
8
8
  {/* Do not remove the CHANGELOG_MARKER comment below — the CI script inserts new <Update> blocks after it. */}
9
9
  {/* CHANGELOG_MARKER */}
10
+ <Update label="v7.8.0-test.6" description="March 2026" tags={["test"]}>
11
+ 🔧 Maintenance
12
+
13
+ - Fix changelog generation in release workflow (04a789ec)
14
+ </Update>
15
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.8.0-test.4",
3
+ "version": "7.8.0-test.6",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",