Skip to content

Commit 5b880b3

Browse files
committed
14.1.0
1 parent b59d5e2 commit 5b880b3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
### v14.0.1 (2022-04-28)
2+
3+
#### Pull requests
4+
5+
- [#159](https://github.com/unexpectedjs/unexpected-mitm/pull/159) Upgrade eslint-plugin-mocha to version 10.0.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
6+
- [#158](https://github.com/unexpectedjs/unexpected-mitm/pull/158) Upgrade prettier to version 2.5.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
7+
- [#157](https://github.com/unexpectedjs/unexpected-mitm/pull/157) Upgrade sinon to version 12.0.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
8+
- [#154](https://github.com/unexpectedjs/unexpected-mitm/pull/154) Upgrade prettier to version 2.4.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
9+
- [#155](https://github.com/unexpectedjs/unexpected-mitm/pull/155) Upgrade eslint to version 8.0.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
10+
- [#156](https://github.com/unexpectedjs/unexpected-mitm/pull/156) Upgrade mocha to version 9.1.3 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
11+
- [#149](https://github.com/unexpectedjs/unexpected-mitm/pull/149) Upgrade eslint-plugin-mocha to version 9.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
12+
- [#150](https://github.com/unexpectedjs/unexpected-mitm/pull/150) Upgrade sinon to version 11.1.2 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
13+
- [#147](https://github.com/unexpectedjs/unexpected-mitm/pull/147) Upgrade unexpected-messy to version 11.0.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
14+
- [#152](https://github.com/unexpectedjs/unexpected-mitm/pull/152) Upgrade eslint-plugin-promise to version 5.1.1 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
15+
- [#142](https://github.com/unexpectedjs/unexpected-mitm/pull/142) Upgrade sinon to version 10.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
16+
- [#138](https://github.com/unexpectedjs/unexpected-mitm/pull/138) Upgrade eslint-config-prettier to version 7.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
17+
- [#135](https://github.com/unexpectedjs/unexpected-mitm/pull/135) Upgrade messy to version 7.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
18+
- [#136](https://github.com/unexpectedjs/unexpected-mitm/pull/136) Upgrade eslint-plugin-standard to version 5.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
19+
- [#132](https://github.com/unexpectedjs/unexpected-mitm/pull/132) Upgrade unexpected-sinon to version 11.0.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
20+
- [#133](https://github.com/unexpectedjs/unexpected-mitm/pull/133) Upgrade prettier to version 2.2.0 ([depfu[bot]](mailto:23717796+depfu[bot]@users.noreply.github.com))
21+
22+
#### Commits to master
23+
24+
- [npm i --save-dev unexpected-express@latest unexpected-sinon@latest unexpected-http@latest](https://github.com/unexpectedjs/unexpected-mitm/commit/b59d5e2d0be55cf45bb262e9960fbc4fc1407659) ([Andreas Lind](mailto:[email protected]))
25+
- [Update unexpected the dev dep to ^13.0.0, allow 13 for the peer dep](https://github.com/unexpectedjs/unexpected-mitm/commit/f13e6736f617edd473399d4f4df7dfca439bc0fe) ([Andreas Lind](mailto:[email protected]))
26+
- [eslint --fix .](https://github.com/unexpectedjs/unexpected-mitm/commit/e3835a2971132c8d772baaaa5475ddaafd9fdad8) ([Andreas Lind](mailto:[email protected]))
27+
- [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]))
28+
- [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))
29+
- [+10 more](https://github.com/unexpectedjs/unexpected-mitm/compare/v14.0.1...v14.0.1)
30+
131
### v14.0.1 (2020-11-22)
232

333
- [Update unexpected-messy to ^10.0.0](https://github.com/unexpectedjs/unexpected-mitm/commit/4b2b2ba43eee669ab1fb8eef8992e30dbdd6e0e4) ([Andreas Lind](mailto:[email protected]))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unexpected-mitm",
3-
"version": "14.0.1",
3+
"version": "14.1.0",
44
"description": "Unexpected plugin for the mitm library",
55
"author": "Andreas Lind <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)