Skip to content

Commit

Permalink
4.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Nov 20, 2019
1 parent c6e8106 commit c27398e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
### v4.14.3 (2019-11-18)
### v4.14.4 (2019-11-20)

- [#297](https://github.com/unexpectedjs/unexpected-dom/pull/297) Support for expect.it ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [#296](https://github.com/unexpectedjs/unexpected-dom/pull/296) Upgrade prettier to version 1.19.1 ([Andreas Lind](mailto:andreaslindpetersen@gmail.com), [depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#298](https://github.com/unexpectedjs/unexpected-dom/pull/298) Fix infinite recursion for edge-case comparison ([Sune Simonsen](mailto:sune@we-knowhow.dk))

### v4.14.2 (2019-10-31)
### v4.14.3 (2019-11-19)

#### Pull requests

- [#297](https://github.com/unexpectedjs/unexpected-dom/pull/297) Support for expect.it ([Alex J Burke](mailto:alex@alexjeffburke.com))
- [#296](https://github.com/unexpectedjs/unexpected-dom/pull/296) Upgrade prettier to version 1.19.1 ([Andreas Lind](mailto:andreaslindpetersen@gmail.com), [depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#295](https://github.com/unexpectedjs/unexpected-dom/pull/295) Fix weird output :\) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [#293](https://github.com/unexpectedjs/unexpected-dom/pull/293) Upgrade jsdom to version 15.2.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#292](https://github.com/unexpectedjs/unexpected-dom/pull/292) Fix problem where urls in style attributes would get cut ([Sune Simonsen](mailto:sune@we-knowhow.dk))

#### Commits to master

- [Don't use the typeless addAssertion syntax \(silences deprecation warning\)](https://github.com/unexpectedjs/unexpected-dom/commit/1869b96e371d72cf4e0bd5614d69c50f14e2f6ed) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))

### v4.14.2 (2019-10-07)

- [#292](https://github.com/unexpectedjs/unexpected-dom/pull/292) Fix problem where urls in style attributes would get cut ([Sune Simonsen](mailto:sune@we-knowhow.dk))

### v4.14.1 (2019-09-22)

- [Use the version hook to update changelog.](https://github.com/unexpectedjs/unexpected-dom/commit/961b52e6637992b91ccfa71546b03cf605ae18ed) ([Alex J Burke](mailto:alex@alexjeffburke.com))
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": "unexpected-dom",
"version": "4.14.3",
"version": "4.14.4",
"description": "DOM plugin for the unexpected assertion libary",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit c27398e

Please sign in to comment.