Skip to content

Commit 0616d41

Browse files
chore(main): release 3.0.4 (#310)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5e1721 commit 0616d41

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-
{".":"3.0.3"}
1+
{".":"3.0.4"}

CHANGELOG.md

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

3+
## [3.0.4](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v3.0.3...v3.0.4) (2024-05-13)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* Make sure "event" can be passed around. ([#309](https://github.com/streetsidesoftware/jest-mock-vscode/issues/309)) ([6103e83](https://github.com/streetsidesoftware/jest-mock-vscode/commit/6103e83f71dd5180a37584f1ceeb433da316dc4a))
9+
310
## [3.0.3](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v3.0.2...v3.0.3) (2024-05-03)
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": "3.0.3",
3+
"version": "3.0.4",
44
"description": "VS Code Mock for jest",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)