Skip to content

Commit 72ee1a0

Browse files
committed
chore(release): 6.4.0 [skip ci]
# [6.4.0](v6.3.0...v6.4.0) (2023-12-11) ### Features * add configurable maxBuffer option to runDiffImageToSnapshot ([#344](#344)) ([befad8b](befad8b))
1 parent befad8b commit 72ee1a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.4.0](https://github.com/americanexpress/jest-image-snapshot/compare/v6.3.0...v6.4.0) (2023-12-11)
2+
3+
4+
### Features
5+
6+
* add configurable maxBuffer option to runDiffImageToSnapshot ([#344](https://github.com/americanexpress/jest-image-snapshot/issues/344)) ([befad8b](https://github.com/americanexpress/jest-image-snapshot/commit/befad8ba6080be6b0a94d098334ea05258afab2e))
7+
18
# [6.3.0](https://github.com/americanexpress/jest-image-snapshot/compare/v6.2.0...v6.3.0) (2023-11-28)
29

310

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": "6.3.0",
3+
"version": "6.4.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)