Skip to content

Commit

Permalink
Merge pull request #3 from open-rpc/release/0.0.2
Browse files Browse the repository at this point in the history
0.0.2
  • Loading branch information
shanejonas authored Apr 18, 2024
2 parents fe4edd8 + af5419a commit ff84ca0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2]

### Uncategorized

- Fixed node version for build test
- Fixed yml issue
- Fixed workflows
- 0.0.1
- Fixed yarn lock
- Removed some required workflow secrets
- Removed some workflow stuff
- Fixed workflow issue with docs
- Added note in README about example report + fix package.json names
- fix: remove unused import
- fix: remove unused workflows
- fix: dont lint or test in pr for now
- Initial Commit
- Initial Commit
- Add status badge
- Add dotfiles
- First commit

## [0.0.1]

### Uncategorized
Expand Down Expand Up @@ -206,5 +228,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add dotfiles
- First commit

[Unreleased]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/open-rpc/html-reporter-react/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/open-rpc/html-reporter-react/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-rpc/html-reporter-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "A react app for rendering @open-rpc/test-coverage reports",
"homepage": "https://github.com/open-rpc/html-reporter-react",
"bugs": {
Expand Down

0 comments on commit ff84ca0

Please sign in to comment.