diff --git a/CHANGELOG.md b/CHANGELOG.md index 54dcd34..ec47ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.1.0](https://github.com/simonsmith/cypress-image-snapshot/compare/9.0.3...9.1.0) (2024-07-16) + + +### Features + +* delete screenshot option ([2c3bd30](https://github.com/simonsmith/cypress-image-snapshot/commit/2c3bd304e97534724fe6e541eb4ea49d0a3f9cff)) + ## [9.0.3](https://github.com/simonsmith/cypress-image-snapshot/compare/9.0.2...9.0.3) (2024-05-06) diff --git a/package.json b/package.json index 90f470d..ed85f41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@simonsmith/cypress-image-snapshot", "packageManager": "yarn@3.5.0", - "version": "9.0.3", + "version": "9.1.0", "files": [ "*.js", "*.map",