Skip to content

Commit

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

### Features

* allow storing received screenshot on failure ([#298](#298)) ([cfb81c9](cfb81c9))
  • Loading branch information
oneamexbot committed May 30, 2022
1 parent cfb81c9 commit 63dc4b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [5.1.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.0.0...v5.1.0) (2022-05-30)


### Features

* allow storing received screenshot on failure ([#298](https://github.com/americanexpress/jest-image-snapshot/issues/298)) ([cfb81c9](https://github.com/americanexpress/jest-image-snapshot/commit/cfb81c99e1465420f007e180a59559c5d62d1c67))

# [5.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v4.5.1...v5.0.0) (2022-05-30)


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.0.0",
"version": "5.1.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 63dc4b5

Please sign in to comment.