-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45b6975
commit 560e0f4
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:[email protected])) | ||
- [#161](https://github.com/unexpectedjs/unexpected-mitm/pull/161) Test on node 14, 16 and 18 ([Gustav Nikolaj Olsen](mailto:[email protected])) | ||
|
||
#### 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:[email protected])) | ||
- [Update unexpected-http to ^9.0.0](https://github.com/unexpectedjs/unexpected-mitm/commit/851728f155b1276b18efb1fc5c7dba496145654d) ([Andreas Lind](mailto:[email protected])) | ||
|
||
### v14.1.0 (2022-04-28) | ||
|
||
#### Pull requests | ||
|
||
|
@@ -26,7 +38,7 @@ | |
- [eslint --fix .](https://github.com/unexpectedjs/unexpected-mitm/commit/e3835a2971132c8d772baaaa5475ddaafd9fdad8) ([Andreas Lind](mailto:[email protected])) | ||
- [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:[email protected])) | ||
- [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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"repository": { | ||
|