From 27aeb802bfbe2d8a12c5a62a48756e7b637e1e37 Mon Sep 17 00:00:00 2001 From: juergba Date: Sat, 25 Apr 2020 19:59:23 +0200 Subject: [PATCH] Release v7.1.2 --- CHANGELOG.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",