testdriverai 7.8.0-test.5 → 7.8.0-test.7
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 +12 -0
- package/docs/changelog.mdx +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 7.8.0-test.7 (2026-03-13)
|
|
2
|
+
|
|
3
|
+
🔧 Maintenance
|
|
4
|
+
|
|
5
|
+
- Fix version bump syntax in release workflow [f3ac61dc]
|
|
6
|
+
|
|
7
|
+
## 7.8.0-test.6 (2026-03-13)
|
|
8
|
+
|
|
9
|
+
🔧 Maintenance
|
|
10
|
+
|
|
11
|
+
- Fix changelog generation in release workflow (04a789ec)
|
|
12
|
+
|
|
1
13
|
## 7.8.0-test.5 (2026-03-13)
|
|
2
14
|
|
|
3
15
|
🔧 Maintenance
|
package/docs/changelog.mdx
CHANGED
|
@@ -7,3 +7,15 @@ rss: true
|
|
|
7
7
|
{/* New entries are prepended automatically by the release workflow. */}
|
|
8
8
|
{/* Do not remove the CHANGELOG_MARKER comment below — the CI script inserts new <Update> blocks after it. */}
|
|
9
9
|
{/* CHANGELOG_MARKER */}
|
|
10
|
+
<Update label="v7.8.0-test.7" description="March 2026" tags={["test"]}>
|
|
11
|
+
🔧 Maintenance
|
|
12
|
+
|
|
13
|
+
- Fix version bump syntax in release workflow [f3ac61dc]
|
|
14
|
+
</Update>
|
|
15
|
+
|
|
16
|
+
<Update label="v7.8.0-test.6" description="March 2026" tags={["test"]}>
|
|
17
|
+
🔧 Maintenance
|
|
18
|
+
|
|
19
|
+
- Fix changelog generation in release workflow (04a789ec)
|
|
20
|
+
</Update>
|
|
21
|
+
|