Skip to content

Commit

Permalink
14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Aug 26, 2024
1 parent 45b6975 commit 560e0f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
### v14.0.1 (2022-04-28)
### v14.2.0 (2024-08-26)

#### Pull requests

- [#163](https://github.com/unexpectedjs/unexpected-mitm/pull/163) Support node.js 20 and 22 ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [#161](https://github.com/unexpectedjs/unexpected-mitm/pull/161) Test on node 14, 16 and 18 ([Gustav Nikolaj Olsen](mailto:gno@one.com))

#### Commits to master

- [Fix CHANGELOG generation in preversion script now that an npm env var changed](https://github.com/unexpectedjs/unexpected-mitm/commit/e8f4495259690ad43e272cc6ac21bd8038892532) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [Update unexpected-http to ^9.0.0](https://github.com/unexpectedjs/unexpected-mitm/commit/851728f155b1276b18efb1fc5c7dba496145654d) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))

### v14.1.0 (2022-04-28)

#### Pull requests

Expand Down Expand Up @@ -26,7 +38,7 @@
- [eslint --fix .](https://github.com/unexpectedjs/unexpected-mitm/commit/e3835a2971132c8d772baaaa5475ddaafd9fdad8) ([Andreas Lind](mailto:andreas.lind@workday.com))
- [npm i --save-dev eslint-plugin-n eslint-config-standard@latest && npm uninstall eslint-plugin-node eslint-plugin-standard](https://github.com/unexpectedjs/unexpected-mitm/commit/f4f4800b7a22cdd807b77548b8f851aa7abc8e2f) ([Andreas Lind](mailto:andreas.lind@workday.com))
- [Update eslint-plugin-promise to version 6.0.0](https://github.com/unexpectedjs/unexpected-mitm/commit/cc1f60b20a3edfb1cea93f37e786cd66f5f3b9c9) ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
- [+10 more](https://github.com/unexpectedjs/unexpected-mitm/compare/v14.0.1...v14.0.1)
- [+10 more](https://github.com/unexpectedjs/unexpected-mitm/compare/v14.0.1...v14.1.0)

### v14.0.1 (2020-11-22)

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-mitm",
"version": "14.1.0",
"version": "14.2.0",
"description": "Unexpected plugin for the mitm library",
"author": "Andreas Lind <andreaslindpetersen@gmail.com>",
"repository": {
Expand Down

0 comments on commit 560e0f4

Please sign in to comment.