Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.2.0...v6.0.0) (2022-11-03)

* chore(jest)!: add support for jest v29 (#309) ([79e53fc](79e53fc)), closes [#309](#309)

### BREAKING CHANGES

* Drop support for Node v12 and Node v17,
                 as Jest v29 does not support these versions.

* ci(release): use Node v16 for release action

Node v16 is the current active LTS release of Node.JS

Co-authored-by: Jamie King <hello@jamieking.me>

Co-authored-by: Jamie King <hello@jamieking.me>
  • Loading branch information
oneamexbot and 10xLaCroixDrinker committed Nov 3, 2022
1 parent 79e53fc commit 8a37453
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
# [6.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.2.0...v6.0.0) (2022-11-03)


* chore(jest)!: add support for jest v29 (#309) ([79e53fc](https://github.com/americanexpress/jest-image-snapshot/commit/79e53fc010793f574cd9da783ced895af6987712)), closes [#309](https://github.com/americanexpress/jest-image-snapshot/issues/309)


### BREAKING CHANGES

* Drop support for Node v12 and Node v17,
as Jest v29 does not support these versions.

* ci(release): use Node v16 for release action

Node v16 is the current active LTS release of Node.JS

Co-authored-by: Jamie King <hello@jamieking.me>

Co-authored-by: Jamie King <hello@jamieking.me>

# [5.2.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.1.1...v5.2.0) (2022-08-31)


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": "5.2.0",
"version": "6.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 8a37453

Please sign in to comment.