Skip to content

Commit

Permalink
chore: release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl committed Sep 21, 2020
1 parent c3b332d commit 80d63e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -125,6 +125,18 @@ You have just found it ;-)

## Changelog

### [0.8.0](https://github.com/rpl/flow-coverage-report/compare/v0.7.0...v0.8.0)

Fixes:

- Upgraded production dependencies ([#197](https://github.com/rpl/flow-coverage-report/issues/197)) ([c13aca8](https://github.com/rpl/flow-coverage-report/commit/c13aca80a389e1b4e3ffb5d7078a63e8dba38ef9)):
- Unpinned all dependencies (fixes [#122](https://github.com/rpl/flow-coverage-report/issues/122))
- Updated babel to v7
- Updated parse-json to v5
- Updated react and react-dom to v16
- Updated strip-json-comments to v3
- Updated yargs to v16

### [0.7.0](https://github.com/rpl/flow-coverage-report/compare/v0.6.2...v0.7.0)

⚠ BREAKING CHANGES ⚠
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "flow-coverage-report",
"version": "0.7.0",
"version": "0.8.0",
"description": "Generate an HTML report of the flow coverage data",
"main": "dist/lib/index.js",
"bin": {
Expand Down

0 comments on commit 80d63e2

Please sign in to comment.