Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2020-10-03)

### Bug Fixes

* lint ([5e0d8b1](5e0d8b1))
* lint ([240e774](240e774))

### chore

* bump npm dependencies ([2157620](2157620))
* bump npm dependencies ([425b0f5](425b0f5))

### BREAKING CHANGES

* removed toBeVisible, renamed toHaveAClass to toHaveClass
* removed toBeVisible, renamed toHaveAClass to toHaveClass
  • Loading branch information
semantic-release-bot committed Oct 3, 2020
1 parent 5e0d8b1 commit 9d891e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9d891e3

Please sign in to comment.