Skip to content

Commit 17d3275

Browse files
chore(main): release 4.8.1 (#710)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da1bdfc commit 17d3275

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.8.0"}
1+
{".":"4.8.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.8.1](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v4.8.0...v4.8.1) (2025-11-01)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Loosen the type restrictions on the Test Framework (was breaking with ViTest update). ([#709](https://github.com/streetsidesoftware/jest-mock-vscode/issues/709)) ([da1bdfc](https://github.com/streetsidesoftware/jest-mock-vscode/commit/da1bdfcbe58d1e21c621f402161c889274c54de5))
9+
310
## [4.8.0](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v4.7.0...v4.8.0) (2025-11-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-mock-vscode",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"description": "VS Code Mock for jest",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)