Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 22, 2020
1 parent 40ba55b commit aa5fcb5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### [v4.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v4.0.0) (2020-04-21)

* Update readme.md ([@wyze](https://github.com/wyze) in [40ba55b](https://github.com/wyze/bs-jest-dom/commit/40ba55b))
* Convert matchers to externals ([@wyze](https://github.com/wyze) in [#17](https://github.com/wyze/bs-jest-dom/pull/17))

### [v3.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v3.0.0) (2020-04-18)

* Add bisect_ppx to bs-dev-deps ([@wyze](https://github.com/wyze) in [#16](https://github.com/wyze/bs-jest-dom/pull/16))
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": "bs-jest-dom",
"version": "3.0.0",
"version": "4.0.0",
"description": "BuckleScript bindings for jest-dom.",
"repository": "wyze/bs-jest-dom",
"author": {
Expand Down
12 changes: 4 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,10 @@ $ yarn test

> [Full Change Log](changelog.md)
### [v3.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v3.0.0) (2020-04-18)

* Add bisect_ppx to bs-dev-deps ([@wyze](https://github.com/wyze) in [#16](https://github.com/wyze/bs-jest-dom/pull/16))
* Run refmt (again) on the project ([@wyze](https://github.com/wyze) in [1ae8ee4](https://github.com/wyze/bs-jest-dom/commit/1ae8ee4))
* Upgrade to jest-dom v5.5.0 ([@wyze](https://github.com/wyze) in [#15](https://github.com/wyze/bs-jest-dom/pull/15))
* Update toHaveClass/toHaveTextContent method signatures ([@wyze](https://github.com/wyze) in [#14](https://github.com/wyze/bs-jest-dom/pull/14))
* Fix GitHub security alerts ([@wyze](https://github.com/wyze) in [d2594c2](https://github.com/wyze/bs-jest-dom/commit/d2594c2))
* Switch to GitHub actions ([@wyze](https://github.com/wyze) in [#13](https://github.com/wyze/bs-jest-dom/pull/13))
### [v4.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v4.0.0) (2020-04-21)

* Update readme.md ([@wyze](https://github.com/wyze) in [40ba55b](https://github.com/wyze/bs-jest-dom/commit/40ba55b))
* Convert matchers to externals ([@wyze](https://github.com/wyze) in [#17](https://github.com/wyze/bs-jest-dom/pull/17))

## License

Expand Down

0 comments on commit aa5fcb5

Please sign in to comment.