Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl committed Apr 9, 2020
1 parent ae11610 commit 794fbc8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 794fbc8

Please sign in to comment.