testdriverai 7.5.19 → 7.5.21

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 7.5.21 (2026-03-09)
2
+
3
+ ✨ **Features**
4
+ - Redesigned homepage with improved navigation and user experience [Web] (8d150c36)
5
+ - Added comprehensive examples showcase to help users get started [Web] (8d150c36)
6
+
7
+ 🐛 **Bug Fixes**
8
+ - Fixed Stripe checkout pricing issues [Web] (8d150c36)
9
+ - Resolved witness functionality issues [Web] (8d150c36)
10
+
11
+ ## 7.5.20 (2026-03-09)
12
+
13
+ ## 🔧 Maintenance
14
+
15
+ - Update instance autoscaling parameters for improved resource management [Runner] (c5345356)
16
+
1
17
  ## 7.5.19 (2026-03-09)
2
18
 
3
19
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.5.19",
3
+ "version": "7.5.21",
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",