diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b4b5da2c..469aec0c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## :bug: Fixes -- #4807: `import` throws wrong error if loader is used (@giltayar) +- [#4807](https://github.com/mochajs/mocha/issues/4807): `import` throws wrong error if loader is used ([**@giltayar**](https://github.com/giltayar)) ## :nut_and_bolt: Other -- #4777: Add Node v17 to CI test matrix (@outsideris) +- [#4777](https://github.com/mochajs/mocha/issues/4777): Add Node v17 to CI test matrix ([**@outsideris**](https://github.com/outsideris)) # 9.1.3 / 2021-10-15 diff --git a/package-lock.json b/package-lock.json index 69a13c4cfd..b1ecf9eb61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "9.1.3", + "version": "9.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "9.1.3", + "version": "9.1.4", "license": "MIT", "dependencies": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 407ea06cbf..7dc76b4ecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "9.1.3", + "version": "9.1.4", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",