Skip to content

Commit bdfb752

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

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/cuddly-boats-work.md

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

.changeset/heavy-shrimps-boil.md

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

.changeset/neat-pumas-bathe.md

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

.changeset/sour-cougars-design.md

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

.changeset/tall-geckos-juggle.md

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

CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- ab20845: Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWith
8+
9+
### Minor Changes
10+
11+
- 5b80ca8: support vitest 0.31.0
12+
13+
### Patch Changes
14+
15+
- ab20845: Make CustomMatchers extend Record to fix a TypeScript error
16+
- ab20845: Fix toHaveBeenCalledOnceWith messages
17+
- ab20845: Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfter
18+
319
## 3.2.4
420

521
### Patch 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": "3.2.4",
3+
"version": "4.0.0",
44
"description": "Additional Jest matchers",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)