Skip to content

Commit 3d1f054

Browse files
committed
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2020-05-27) ### Bug Fixes * **options:** add allowSizeMismatch arg ([6529ff4](6529ff4))
1 parent 6529ff4 commit 3d1f054

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.1](https://github.com/americanexpress/jest-image-snapshot/compare/v4.0.0...v4.0.1) (2020-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **options:** add allowSizeMismatch arg ([6529ff4](https://github.com/americanexpress/jest-image-snapshot/commit/6529ff4b2bd9a20abe33d4b68d9d793198931f18))
7+
18
# [4.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v3.1.0...v4.0.0) (2020-05-14)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-image-snapshot",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
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)