Skip to content

Commit

Permalink
11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 28, 2022
1 parent 76068a4 commit f1ff372
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
### v11.0.0 (2021-05-13)
### v11.0.1 (2022-04-28)

#### Pull requests

- [#90](https://github.com/unexpectedjs/unexpected-messy/pull/90) Upgrade eslint-plugin-mocha to version 10.0.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#87](https://github.com/unexpectedjs/unexpected-messy/pull/87) Upgrade prettier to version 2.5.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#83](https://github.com/unexpectedjs/unexpected-messy/pull/83) Upgrade eslint-plugin-promise to version 5.1.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#79](https://github.com/unexpectedjs/unexpected-messy/pull/79) Upgrade prettier to version 2.4.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [#73](https://github.com/unexpectedjs/unexpected-messy/pull/73) Upgrade eslint-plugin-mocha to version 9.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))

#### Commits to master

- [Update unexpected the dev dep to ^13.0.0, allow 13 for the peer dep](https://github.com/unexpectedjs/unexpected-messy/commit/76068a4fe3d8403fcda56b89e22ad05f4d5e42c6) ([Andreas Lind](mailto:[email protected]))
- [Whoops, make eslint-plugin-n a dev dep](https://github.com/unexpectedjs/unexpected-messy/commit/50147c3fb258dbf53ad59812331a2f45237bd700) ([Andreas Lind](mailto:[email protected]))
- [eslint --fix .](https://github.com/unexpectedjs/unexpected-messy/commit/1cca1bfaf6de0340812d27e6cd9aac2a9cfed0c1) ([Andreas Lind](mailto:[email protected]))
- [npm rm eslint-plugin-standard](https://github.com/unexpectedjs/unexpected-messy/commit/eefb5cc7be1ff5222aba9b2070fdb38e5bf0c8d5) ([Andreas Lind](mailto:[email protected]))
- [npm i eslint-plugin-n eslint-config-standard@latest && npm uninstall eslint-plugin-node](https://github.com/unexpectedjs/unexpected-messy/commit/49ed755ecba6c97e60bfe987033d48e7cd1288ca) ([Andreas Lind](mailto:[email protected]))
- [+4 more](https://github.com/unexpectedjs/unexpected-messy/compare/v11.0.1...v11.0.1)

### v11.0.1 (2021-05-13)

- [Replace browserify with rollup](https://github.com/unexpectedjs/unexpected-messy/commit/5af98d4842f9cf8671d138324c8a7bb7fddb3466) ([Andreas Lind](mailto:[email protected]))

Expand Down Expand Up @@ -169,12 +188,6 @@

- [Match against the decoded text when satisfying a JSON body against a string.](https://github.com/unexpectedjs/unexpected-messy/commit/389d01d87a8c2de7ec1dab0bc149fff7b308394b) ([Andreas Lind](mailto:[email protected]))
- [Update messy to ^6.15.2.](https://github.com/unexpectedjs/unexpected-messy/commit/a8474c4996b32b9f39e94f99c449b223af927740) ([Andreas Lind](mailto:[email protected]))
- [Fix satisfying Http\(Request|Response\) and Message against strings and Buffers.](https://github.com/unexpectedjs/unexpected-messy/commit/4aaea0f543de9be0f848a27e30845a831d3a16c9) ([Andreas Lind](mailto:[email protected]))

### v6.5.0 (2017-03-17)

- [Match against the decoded text when satisfying a JSON body against a string.](https://github.com/unexpectedjs/unexpected-messy/commit/1227220b3e6f097f7683c5338ae10b174a2b0328) ([Andreas Lind](mailto:[email protected]))
- [Update messy to ^6.15.2.](https://github.com/unexpectedjs/unexpected-messy/commit/530a162e632a5447b9e7c0d37f943d0ce38e9d27) ([Andreas Lind](mailto:[email protected]))

### v6.4.1 (2017-03-18)

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-messy",
"version": "11.0.1",
"version": "11.1.0",
"description": "Unexpected plugin for the messy library",
"main": "lib/unexpectedMessy.js",
"files": [
Expand Down

0 comments on commit f1ff372

Please sign in to comment.