Skip to content

Commit 1f91c09

Browse files
Version Packages (#638)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bad7056 commit 1f91c09

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/fix-to-have-been-called-exactly-once-with-typings.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-buckets-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- bad7056: Fix `toHaveBeenCalledExactlyOnceWith` typings
8+
- 1609897: Remove problematic Vitest types
9+
310
## 4.0.0
411

512
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-extended",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Additional Jest matchers",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)