testdriverai 7.6.0-test.1 → 7.6.0-test.3

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 7.6.0-test.3 (2026-03-12)
2
+
3
+ ## 🔧 Maintenance
4
+
5
+ - Improve release workflow automation and package promotion process [bb6be95]
6
+
7
+ ## 7.6.0-test.2 (2026-03-12)
8
+
9
+ ## 🔧 Maintenance
10
+
11
+ - Add automated publishing workflows for stable and canary releases [SDK] (2972b3be)
12
+ - Update CI workflows to improve testing efficiency and reliability [SDK] (2972b3be)
13
+
1
14
  ## 7.6.0-test.1 (2026-03-12)
2
15
 
3
16
  🔧 Maintenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.6.0-test.1",
3
+ "version": "7.6.0-test.3",
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",