Skip to content

Commit

Permalink
release: v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Mar 1, 2023
1 parent abc0800 commit caae140
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.1] - 2023-03-01

### Added

- support for clover files generated from `jest`

### Thanks

Thank you to [@jacekk](https://github.com/jacekk) for improving the project on PR [#27](https://github.com/lucassabreu/comment-coverage-clover/pull/27)

## [0.9.0] - 2023-02-17

### Fixed
Expand Down Expand Up @@ -155,7 +165,8 @@ as bundling tool.
- implemented base action reading clover.xml files and converting then.
- release.yml workflow to auto-release tags

[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.7.0...v0.7.1
Expand Down

0 comments on commit caae140

Please sign in to comment.