From 51b7ec8233bd52b828931ef8097226a89213effe Mon Sep 17 00:00:00 2001 From: oneamexbot Date: Thu, 29 Apr 2021 14:24:52 +0000 Subject: [PATCH] chore(release): 4.5.0 [skip ci] # [4.5.0](https://github.com/americanexpress/jest-image-snapshot/compare/v4.4.1...v4.5.0) (2021-04-29) ### Features * allow folders on snapshot identifier ([#267](https://github.com/americanexpress/jest-image-snapshot/issues/267)) ([ad49a97](https://github.com/americanexpress/jest-image-snapshot/commit/ad49a975a425826245a3f72e4df262db09ce25ea)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bd1cd..2e35d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.5.0](https://github.com/americanexpress/jest-image-snapshot/compare/v4.4.1...v4.5.0) (2021-04-29) + + +### Features + +* allow folders on snapshot identifier ([#267](https://github.com/americanexpress/jest-image-snapshot/issues/267)) ([ad49a97](https://github.com/americanexpress/jest-image-snapshot/commit/ad49a975a425826245a3f72e4df262db09ce25ea)) + ## [4.4.1](https://github.com/americanexpress/jest-image-snapshot/compare/v4.4.0...v4.4.1) (2021-04-01) diff --git a/package-lock.json b/package-lock.json index 1cd5855..e4d629e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-image-snapshot", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6f28f9..60ac663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-image-snapshot", - "version": "4.4.1", + "version": "4.5.0", "description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.", "main": "src/index.js", "engines": {