diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cb556..aabcce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.1](https://github.com/americanexpress/jest-image-snapshot/compare/v6.1.0...v6.1.1) (2023-07-25) + + +### Bug Fixes + +* only updatePassedSnapshot if updateSnapshot is also true ([#327](https://github.com/americanexpress/jest-image-snapshot/issues/327)) ([b9d9c3f](https://github.com/americanexpress/jest-image-snapshot/commit/b9d9c3f16ab0e10a3e1320d03efb52e81675d2aa)), closes [#320](https://github.com/americanexpress/jest-image-snapshot/issues/320) [#322](https://github.com/americanexpress/jest-image-snapshot/issues/322) [#324](https://github.com/americanexpress/jest-image-snapshot/issues/324) + # [6.1.0](https://github.com/americanexpress/jest-image-snapshot/compare/v6.0.0...v6.1.0) (2022-12-02) diff --git a/package-lock.json b/package-lock.json index 4250e8a..46c4c42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-image-snapshot", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -11785,4 +11785,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 3b79e73..6418e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-image-snapshot", - "version": "6.1.0", + "version": "6.1.1", "description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.", "main": "src/index.js", "engines": {