We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f75489 commit e3df026Copy full SHA for e3df026
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# 7.1.2 / 2020-04-26
2
+
3
+## :nut_and_bolt: Other
4
5
+- [#4251](https://github.com/mochajs/mocha/issues/4251): Prevent karma-mocha from stalling (@juergba)
6
+- [#4222](https://github.com/mochajs/mocha/issues/4222): Update dependency mkdirp to v0.5.5 (@outsideris)
7
8
+## :book: Documentation
9
10
+- [#4208](https://github.com/mochajs/mocha/issues/4208): Add Wallaby logo to site (@boneskull)
11
12
# 7.1.1 / 2020-03-18
13
14
## :lock: Security Fixes
package.json
@@ -34,7 +34,7 @@
34
"test": "./test"
35
},
36
"engines": {
37
- "node": ">= 8.0.0"
+ "node": ">= 8.10.0"
38
39
"scripts": {
40
"prepublishOnly": "nps test clean build",
0 commit comments