Skip to content

Commit e058887

Browse files
committed
chore(release): 6.5.1 [skip ci]
## [6.5.1](v6.5.0...v6.5.1) (2025-05-20) ### Bug Fixes * work with base64 strings ([#368](#368)) ([9a3ca4f](9a3ca4f))
1 parent 9a3ca4f commit e058887

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.5.1](https://github.com/americanexpress/jest-image-snapshot/compare/v6.5.0...v6.5.1) (2025-05-20)
2+
3+
4+
### Bug Fixes
5+
6+
* work with base64 strings ([#368](https://github.com/americanexpress/jest-image-snapshot/issues/368)) ([9a3ca4f](https://github.com/americanexpress/jest-image-snapshot/commit/9a3ca4f173669250a49b9a5709f8ba933b55fc78))
7+
18
# [6.5.0](https://github.com/americanexpress/jest-image-snapshot/compare/v6.4.0...v6.5.0) (2025-05-12)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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.5.0",
3+
"version": "6.5.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)