Skip to content

Commit

Permalink
chore(release): 6.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.4.0](v6.3.0...v6.4.0) (2023-12-11)

### Features

* add configurable maxBuffer option to runDiffImageToSnapshot ([#344](#344)) ([befad8b](befad8b))
  • Loading branch information
oneamexbot committed Dec 11, 2023
1 parent befad8b commit 72ee1a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.4.0](https://github.com/americanexpress/jest-image-snapshot/compare/v6.3.0...v6.4.0) (2023-12-11)


### Features

* 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))

# [6.3.0](https://github.com/americanexpress/jest-image-snapshot/compare/v6.2.0...v6.3.0) (2023-11-28)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-image-snapshot",
"version": "6.3.0",
"version": "6.4.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 72ee1a0

Please sign in to comment.