Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2022-08-25)

### Bug Fixes

* **diff-snapshot:** make recievedDir optional ([#306](#306)) ([cd4fa73](cd4fa73)), closes [#300](#300)
  • Loading branch information
oneamexbot committed Aug 25, 2022
1 parent 6cfa90a commit 1f4be75
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.1](https://github.com/americanexpress/jest-image-snapshot/compare/v5.1.0...v5.1.1) (2022-08-25)


### Bug Fixes

* **diff-snapshot:** make recievedDir optional ([#306](https://github.com/americanexpress/jest-image-snapshot/issues/306)) ([cd4fa73](https://github.com/americanexpress/jest-image-snapshot/commit/cd4fa734dd72f8e590e8b672c3081468a5842a20)), closes [#300](https://github.com/americanexpress/jest-image-snapshot/issues/300)

# [5.1.0](https://github.com/americanexpress/jest-image-snapshot/compare/v5.0.0...v5.1.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.1.0",
"version": "5.1.1",
"description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.",
"main": "src/index.js",
"engines": {
Expand Down

0 comments on commit 1f4be75

Please sign in to comment.