diff --git a/README.md b/README.md index b537383..4a0f470 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,20 @@ You have just found it ;-) [screenshot-summary]: https://raw.githubusercontent.com/rpl/flow-coverage-report/master/doc/screenshot-summary.png [screenshot-sourcefile]: https://raw.githubusercontent.com/rpl/flow-coverage-report/master/doc/screenshot-sourcefile.png + ## Changelog +### [0.7.0](https://github.com/rpl/flow-coverage-report/compare/v0.6.2...v0.7.0) + +⚠ BREAKING CHANGES ⚠ + +- Dropped support for node.js <= 10 + +Fixes: + +* npm audit: updated mkdirp dependency to version ^1.0.4 (removes minimist dependency and fixes npm audit failure due to + [CVE-2020-7598](https://github.com/advisories/GHSA-vh95-rmgr-6w4m) + ### [0.6.2](https://github.com/rpl/flow-coverage-report/compare/v0.6.1...v0.6.2) * npm audit: updated mkdirp dependency to version ^0.5.5 diff --git a/package.json b/package.json index 04dd7dd..31abc2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flow-coverage-report", - "version": "0.6.2", + "version": "0.7.0", "description": "Generate an HTML report of the flow coverage data", "main": "dist/lib/index.js", "bin": {