Skip to content

Commit 8a37453

Browse files
chore(release): 6.0.0 [skip ci]
# [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>
1 parent 79e53fc commit 8a37453

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [6.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.2.0...v6.0.0) (2022-11-03)
2+
3+
4+
* 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)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Drop support for Node v12 and Node v17,
10+
as Jest v29 does not support these versions.
11+
12+
* ci(release): use Node v16 for release action
13+
14+
Node v16 is the current active LTS release of Node.JS
15+
16+
Co-authored-by: Jamie King <hello@jamieking.me>
17+
18+
Co-authored-by: Jamie King <hello@jamieking.me>
19+
120
# [5.2.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.1.1...v5.2.0) (2022-08-31)
221

322

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-image-snapshot",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)