testdriverai 7.5.20 → 7.5.22

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.22 (2026-03-09)
2
+
3
+ ## ✨ Features
4
+
5
+ - Add markdown-to-HTML rendering for articles, blog posts, legal pages, and changelog on the marketing website [Web] (1d7f2248)
6
+
7
+ ## 7.5.21 (2026-03-09)
8
+
9
+ ✨ **Features**
10
+ - Redesigned homepage with improved navigation and user experience [Web] (8d150c36)
11
+ - Added comprehensive examples showcase to help users get started [Web] (8d150c36)
12
+
13
+ 🐛 **Bug Fixes**
14
+ - Fixed Stripe checkout pricing issues [Web] (8d150c36)
15
+ - Resolved witness functionality issues [Web] (8d150c36)
16
+
1
17
  ## 7.5.20 (2026-03-09)
2
18
 
3
19
  ## 🔧 Maintenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.5.20",
3
+ "version": "7.5.22",
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",