diff --git a/CHANGELOG.md b/CHANGELOG.md index 0482f27..b6737e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [2.0.0](https://github.com/14nrv/jest-vue-matcher/compare/v1.1.0...v2.0.0) (2020-10-03) + + +### Bug Fixes + +* lint ([5e0d8b1](https://github.com/14nrv/jest-vue-matcher/commit/5e0d8b1f847f30ba942f3350923ab7c0c72b8b54)) +* lint ([240e774](https://github.com/14nrv/jest-vue-matcher/commit/240e774889116544ae4d85dc0f9ed4341b1a6ba5)) + + +### chore + +* bump npm dependencies ([2157620](https://github.com/14nrv/jest-vue-matcher/commit/2157620d38cb976c0862fb31e069681a7f77f2e7)) +* bump npm dependencies ([425b0f5](https://github.com/14nrv/jest-vue-matcher/commit/425b0f51f5bcc28340597d3ed52f1f0c0a69cae9)) + + +### BREAKING CHANGES + +* removed toBeVisible, renamed toHaveAClass to toHaveClass +* removed toBeVisible, renamed toHaveAClass to toHaveClass + # [1.1.0](https://github.com/14nrv/jest-vue-matcher/compare/v1.0.1...v1.1.0) (2018-10-23) diff --git a/package.json b/package.json index b690fe6..ebe33c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-vue-matcher", - "version": "1.1.0", + "version": "2.0.0", "description": "Additional jest matchers for vue", "author": "14nrv", "license": "MIT",