Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 20, 2023
1 parent c498800 commit 13f975e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [9.0.0](https://github.com/simonsmith/cypress-image-snapshot/compare/8.1.2...9.0.0) (2023-10-20)


### Bug Fixes

* allow isFailOnSnapshotDiff to be set to true ([62b8edf](https://github.com/simonsmith/cypress-image-snapshot/commit/62b8edf937174c222451c2bffd57ec43828fc594)), closes [#22](https://github.com/simonsmith/cypress-image-snapshot/issues/22)
* inline just-extend to prevent build failures ([c498800](https://github.com/simonsmith/cypress-image-snapshot/commit/c498800276053f1714227927c160bc8b7d43d67c)), closes [#12](https://github.com/simonsmith/cypress-image-snapshot/issues/12)


### Code Refactoring

* remove deprecated e2eSpecFolder option ([e72673f](https://github.com/simonsmith/cypress-image-snapshot/commit/e72673f5ca608482da87dad11b65fcdb74b84ed9))


### Features

* allow snap and diff extensions to be configured ([0fc9762](https://github.com/simonsmith/cypress-image-snapshot/commit/0fc976282baabdcccff500f056c9a351aa75a874)), closes [#33](https://github.com/simonsmith/cypress-image-snapshot/issues/33)


### BREAKING CHANGES

* Any users that made use of `e2eSpecFolder` in `8.0.0`
(deprecated in `8.0.1`) will need to change it to `e2eSpecDir`

## [8.1.2](https://github.com/simonsmith/cypress-image-snapshot/compare/8.1.1...8.1.2) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simonsmith/cypress-image-snapshot",
"packageManager": "yarn@3.5.0",
"version": "8.1.2",
"version": "9.0.0",
"files": [
"*.js",
"*.map",
Expand Down

0 comments on commit 13f975e

Please sign in to comment.