Skip to content

Commit 1e66ca0

Browse files
authored
Merge pull request #6 from open-rpc/release/0.0.4
0.0.4
2 parents 1d3d269 + 575d2ed commit 1e66ca0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.4]
11+
12+
### Uncategorized
13+
14+
- Fixed package.json
15+
1016
## [0.0.3]
1117

1218
### Uncategorized
@@ -236,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236242
- Add dotfiles
237243
- First commit
238244

239-
[Unreleased]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.3...HEAD
245+
[Unreleased]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.4...HEAD
246+
[0.0.4]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.3...v0.0.4
240247
[0.0.3]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.2...v0.0.3
241248
[0.0.2]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.1...v0.0.2
242249
[0.0.1]: https://github.com/open-rpc/html-reporter-react/releases/tag/v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-rpc/html-reporter-react",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A react app for rendering @open-rpc/test-coverage reports",
55
"homepage": "https://github.com/open-rpc/html-reporter-react",
66
"bugs": {

0 commit comments

Comments
 (0)