Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.5.1...v5.0.0) (2022-05-30)

### chore

* **jest:** upgrade v28 ([a902a5b](a902a5b)), closes [#296](#296)

### BREAKING CHANGES

* **jest:** drop support for Node 10 due
to jest use of globalThis in Node 12
  • Loading branch information
oneamexbot committed May 30, 2022
1 parent a902a5b commit c86f75e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [5.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v4.5.1...v5.0.0) (2022-05-30)


### chore

* **jest:** upgrade v28 ([a902a5b](https://github.com/americanexpress/jest-image-snapshot/commit/a902a5baa87d0925b3ff241d7f592f6e1fc0c8fd)), closes [#296](https://github.com/americanexpress/jest-image-snapshot/issues/296)


### BREAKING CHANGES

* **jest:** drop support for Node 10 due
to jest use of globalThis in Node 12

## [4.5.1](https://github.com/americanexpress/jest-image-snapshot/compare/v4.5.0...v4.5.1) (2021-06-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jest-image-snapshot",
"version": "4.5.1",
"version": "5.0.0",
"description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.",
"main": "src/index.js",
"engines": {
Expand Down

0 comments on commit c86f75e

Please sign in to comment.