Skip to content

Commit 80d63e2

Browse files
committed
chore: release 0.8.0
1 parent c3b332d commit 80d63e2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,18 @@ You have just found it ;-)
125125

126126
## Changelog
127127

128+
### [0.8.0](https://github.com/rpl/flow-coverage-report/compare/v0.7.0...v0.8.0)
129+
130+
Fixes:
131+
132+
- Upgraded production dependencies ([#197](https://github.com/rpl/flow-coverage-report/issues/197)) ([c13aca8](https://github.com/rpl/flow-coverage-report/commit/c13aca80a389e1b4e3ffb5d7078a63e8dba38ef9)):
133+
- Unpinned all dependencies (fixes [#122](https://github.com/rpl/flow-coverage-report/issues/122))
134+
- Updated babel to v7
135+
- Updated parse-json to v5
136+
- Updated react and react-dom to v16
137+
- Updated strip-json-comments to v3
138+
- Updated yargs to v16
139+
128140
### [0.7.0](https://github.com/rpl/flow-coverage-report/compare/v0.6.2...v0.7.0)
129141

130142
⚠ BREAKING CHANGES ⚠

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-coverage-report",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Generate an HTML report of the flow coverage data",
55
"main": "dist/lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)