testdriverai 7.5.14 → 7.5.16
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 +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 7.5.16 (2026-03-07)
|
|
2
|
+
|
|
3
|
+
## ✨ Features
|
|
4
|
+
|
|
5
|
+
- Updated pricing structure and checkout flow for improved billing experience [API] (7821df39)
|
|
6
|
+
|
|
7
|
+
## 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Fixed Stripe integration issues affecting payment processing [API] (7821df39)
|
|
10
|
+
|
|
11
|
+
## 7.5.15 (2026-03-07)
|
|
12
|
+
|
|
13
|
+
## 🐛 Bug Fixes
|
|
14
|
+
|
|
15
|
+
- Fix Stripe checkout session creation and update pricing display components [API] (57ece2a5)
|
|
16
|
+
|
|
1
17
|
## 7.5.14 (2026-03-06)
|
|
2
18
|
|
|
3
19
|
## 🔧 Maintenance
|