Skip to content

Commit

Permalink
update CHANGELOG for v7.1.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Apr 25, 2020
1 parent 7f75489 commit e3df026
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# 7.1.2 / 2020-04-26

## :nut_and_bolt: Other

- [#4251](https://github.com/mochajs/mocha/issues/4251): Prevent karma-mocha from stalling (@juergba)
- [#4222](https://github.com/mochajs/mocha/issues/4222): Update dependency mkdirp to v0.5.5 (@outsideris)

## :book: Documentation

- [#4208](https://github.com/mochajs/mocha/issues/4208): Add Wallaby logo to site (@boneskull)

# 7.1.1 / 2020-03-18

## :lock: Security Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"test": "./test"
},
"engines": {
"node": ">= 8.0.0"
"node": ">= 8.10.0"
},
"scripts": {
"prepublishOnly": "nps test clean build",
Expand Down

0 comments on commit e3df026

Please sign in to comment.