testdriverai 7.5.22 → 7.5.24

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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 7.5.24 (2026-03-09)
2
+
3
+ ## ✨ Features
4
+
5
+ - Disable automatic runner version updates [API] (f59d8209)
6
+
7
+ ## 7.5.23 (2026-03-09)
8
+
9
+ 📝 **Documentation**
10
+
11
+ - Add comprehensive marketing content including 1,100+ testing articles, blog posts, changelog entries, and tool documentation [Marketing] (07a801b6)
12
+ - Add legal documentation including privacy policy and terms of service [Marketing] (07a801b6)
13
+ - Add migration script for importing content from external sources [Marketing] (07a801b6)
14
+
15
+ 🔧 **Maintenance**
16
+
17
+ - Update AMI build configuration for runner infrastructure [Runner] (07a801b6)
18
+ - Update Vite configuration for marketing site build process [Marketing] (07a801b6)
19
+ - Minor footer and hero component updates [Marketing] (07a801b6)
20
+
1
21
  ## 7.5.22 (2026-03-09)
2
22
 
3
23
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.5.22",
3
+ "version": "7.5.24",
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",