Skip to content

Commit

Permalink
Version Packages (#605)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 5, 2023
1 parent ab20845 commit bdfb752
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-boats-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-shrimps-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-pumas-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-cougars-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-geckos-juggle.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# jest-extended

## 4.0.0

### Major Changes

- ab20845: Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWith

### Minor Changes

- 5b80ca8: support vitest 0.31.0

### Patch Changes

- ab20845: Make CustomMatchers extend Record to fix a TypeScript error
- ab20845: Fix toHaveBeenCalledOnceWith messages
- ab20845: Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfter

## 3.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jest-extended",
"version": "3.2.4",
"version": "4.0.0",
"description": "Additional Jest matchers",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit bdfb752

Please sign in to comment.