From 2ebd66998a769242175baf76027f6f2df4393aef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Mar 2021 15:39:52 +0000 Subject: [PATCH] chore: 1.0.4 [skip ci] ## [1.0.4](https://github.com/dword-design/expect-mocha-image-snapshot/compare/v1.0.3...v1.0.4) (2021-03-13) ### Bug Fixes * support multiple snapshots per test ([#3](https://github.com/dword-design/expect-mocha-image-snapshot/issues/3)) ([7ab91a8](https://github.com/dword-design/expect-mocha-image-snapshot/commit/7ab91a8f68ec21a881e8c2101545a84426630f1d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4593ba5..afae10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/dword-design/expect-mocha-image-snapshot/compare/v1.0.3...v1.0.4) (2021-03-13) + + +### Bug Fixes + +* support multiple snapshots per test ([#3](https://github.com/dword-design/expect-mocha-image-snapshot/issues/3)) ([7ab91a8](https://github.com/dword-design/expect-mocha-image-snapshot/commit/7ab91a8f68ec21a881e8c2101545a84426630f1d)) + ## [1.0.3](https://github.com/dword-design/expect-mocha-image-snapshot/compare/v1.0.2...v1.0.3) (2021-03-05) diff --git a/package.json b/package.json index 3758a33..8116b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expect-mocha-image-snapshot", - "version": "1.0.3", + "version": "1.0.4", "description": "A wrapper around jest-image-snapshot that makes it compatible to Mocha.", "keywords": [ "jest",