Skip to content

Commit 1ddc9f2

Browse files
committed
release: v0.15.3
1 parent a8cabcc commit 1ddc9f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.15.3] - 2025-03-04
10+
911
### Added
1012
- sourcemap to help debugging
1113

@@ -286,7 +288,8 @@ as bundling tool.
286288
- implemented base action reading clover.xml files and converting then.
287289
- release.yml workflow to auto-release tags
288290

289-
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.2...HEAD
291+
[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.3...HEAD
292+
[0.15.3]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.2...v0.15.3
290293
[0.15.2]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.1...v0.15.2
291294
[0.15.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.15.0...v0.15.1
292295
[0.15.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.14.0...v0.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucassabreu/comment-coverage-clover",
3-
"version": "0.8.0",
3+
"version": "0.15.3",
44
"description": "Creates a comment on a commit or pull request with test coverage %",
55
"main": "bin/index.js",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)