testdriverai 7.5.13 → 7.5.15
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 +14 -0
- package/lib/init-project.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 7.5.15 (2026-03-07)
|
|
2
|
+
|
|
3
|
+
## 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
- Fix Stripe checkout session creation and update pricing display components [API] (57ece2a5)
|
|
6
|
+
|
|
7
|
+
## 7.5.14 (2026-03-06)
|
|
8
|
+
|
|
9
|
+
## 🔧 Maintenance
|
|
10
|
+
|
|
11
|
+
- Update brand assets and marketing materials with new logos, icons, and product screenshots (dbaf002e)
|
|
12
|
+
- Update API endpoint configuration for Stripe payment processing [API] (dbaf002e)
|
|
13
|
+
- Update default project initialization settings [SDK] (dbaf002e)
|
|
14
|
+
|
|
1
15
|
## 7.5.13 (2026-03-06)
|
|
2
16
|
|
|
3
17
|
## ✨ Features
|
package/lib/init-project.js
CHANGED