Skip to content

Commit 5954f22

Browse files
authored
v0.3.0 (#8)
1 parent e55192b commit 5954f22

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.github/.release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0](https://github.com/xseman/coverage/compare/v0.2.0...v0.3.0) (2026-03-05)
9+
10+
11+
### Features
12+
13+
* add node LCOV support and generated integration fixtures ([#7](https://github.com/xseman/coverage/issues/7)) ([1c99209](https://github.com/xseman/coverage/commit/1c99209306620fdbc8cef2b0350d571fb18b985e))
14+
* **render:** add project coverage summary and base-head diff table ([#9](https://github.com/xseman/coverage/issues/9)) ([ba09ad5](https://github.com/xseman/coverage/commit/ba09ad54a0d39434baca665b0697101dcdc17e7a))
15+
16+
17+
### Documentation
18+
19+
* move output example section ([38e86b0](https://github.com/xseman/coverage/commit/38e86b0edc2e984d21ad1eb2c55e4e9b65e360d8))
20+
* update usage examples and add output illustration ([3c094cd](https://github.com/xseman/coverage/commit/3c094cd85eade4e0ffb8c4fadddef6d482d11b72))
21+
22+
23+
### Build System
24+
25+
* update lib/index.js ([e55192b](https://github.com/xseman/coverage/commit/e55192bcc1ea882a94694e14c58385891f110510))
26+
* update lib/index.js ([e0b0f59](https://github.com/xseman/coverage/commit/e0b0f59ab8bb6c7a0d6d119e48ab6a52dc986eba))
27+
* update lib/index.js for v0.2.0 ([1f45782](https://github.com/xseman/coverage/commit/1f4578203b12badd125ff055bc7ea52c46e31975))
28+
29+
30+
### Maintenance
31+
32+
* artifact build commit before release ([8fcc3d9](https://github.com/xseman/coverage/commit/8fcc3d9d22e5720a9756b6e9ea79edd5dfcff3b6))
33+
834
## [0.2.0](https://github.com/xseman/coverage/compare/v0.1.0...v0.2.0) (2026-02-09)
935

1036

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "coverage",
33
"description": "GitHub Action: parse coverage, post sticky PR comment with deltas",
44
"type": "module",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"license": "Apache-2.0",
77
"funding": "https://github.com/sponsors/xseman",
88
"homepage": "https://github.com/xseman/coverage",

0 commit comments

Comments
 (0)