diff --git a/CHANGELOG.md b/CHANGELOG.md index 783129f0c8..c3b33f1dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## :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) +- [#4251](https://github.com/mochajs/mocha/issues/4251): Prevent karma-mocha from stalling ([**@juergba**](https://github.com/juergba)) +- [#4222](https://github.com/mochajs/mocha/issues/4222): Update dependency mkdirp to v0.5.5 ([**@outsideris**](https://github.com/outsideris)) ## :book: Documentation -- [#4208](https://github.com/mochajs/mocha/issues/4208): Add Wallaby logo to site (@boneskull) +- [#4208](https://github.com/mochajs/mocha/issues/4208): Add Wallaby logo to site ([**@boneskull**](https://github.com/boneskull)) # 7.1.1 / 2020-03-18 diff --git a/package-lock.json b/package-lock.json index 6a61edcc9b..2de5f83014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "7.1.1", + "version": "7.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24abe88062..bfa1dd8c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "7.1.1", + "version": "7.1.2", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",