From af5419af027aac426c2b1e4748695b79132d8c2f Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 18 Apr 2024 20:47:31 +0000 Subject: [PATCH] 0.0.2 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0e83b..631f8a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index ab0647a..98cb44f 100644 --- a/package.json +++ b/package.json @@ -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": {