diff --git a/CHANGELOG.md b/CHANGELOG.md index e50ff3c..4815fd0 100644 --- a/CHANGELOG.md +++ b/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 + +Co-authored-by: Jamie King + # [5.2.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.1.1...v5.2.0) (2022-08-31) diff --git a/package-lock.json b/package-lock.json index 232cab4..dfde7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-image-snapshot", - "version": "5.2.0", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c384bde..264ed41 100644 --- a/package.json +++ b/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": {