Skip to content

Commit e3df026

Browse files
committed
update CHANGELOG for v7.1.2 [ci skip]
1 parent 7f75489 commit e3df026

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
# 7.1.1 / 2020-03-18
213

314
## :lock: Security Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "./test"
3535
},
3636
"engines": {
37-
"node": ">= 8.0.0"
37+
"node": ">= 8.10.0"
3838
},
3939
"scripts": {
4040
"prepublishOnly": "nps test clean build",

0 commit comments

Comments
 (0)