testdriverai 7.5.10 → 7.5.11
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 7.5.11 (2026-03-06)
|
|
2
|
+
|
|
3
|
+
## 🔧 Maintenance
|
|
4
|
+
|
|
5
|
+
- Consolidate GitHub workflows by removing nested workflow files and centralizing VS Code build and test processes (79701b5f)
|
|
6
|
+
- Remove extensive GitHub Copilot skills documentation from SDK package to streamline repository structure (ea19cf96)
|
|
7
|
+
- Update development container configuration with improved VS Code extensions (3c8ebe5e)
|
|
8
|
+
- Update package publishing configuration to use latest tag (8ba8136d)
|
|
9
|
+
|
|
1
10
|
## 7.5.10 (2026-03-06)
|
|
2
11
|
|
|
3
12
|
## 🔧 Maintenance
|