Skip to content

Commit ae28ec8

Browse files
authored
Merge pull request #1 from rosslight/release-please--branches--main
chore(main): release 1.0.0
2 parents 144b659 + 786b1ef commit ae28ec8

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-01-01)
4+
5+
6+
### Features
7+
8+
* Add file content ([49ae69e](https://github.com/rosslight/pr-code-coverage-visualizer/commit/49ae69e72ccb8325511c6f0b30abf414b1b7f4b0))
9+
* Add report to summary if no PR could be found ([1615e77](https://github.com/rosslight/pr-code-coverage-visualizer/commit/1615e77c69f53caafde73ae0f6585ee8aaedfd42))
10+
* Add summary badges on the top ([e827b6b](https://github.com/rosslight/pr-code-coverage-visualizer/commit/e827b6b1896a5d00fbb0a0878b82213ef5864827))
11+
* Add truncation support ([6fc6760](https://github.com/rosslight/pr-code-coverage-visualizer/commit/6fc67600f15e7d9790d204aee414e18cf1a71fd3))
12+
* Emit uncovered lines only ([2635ab5](https://github.com/rosslight/pr-code-coverage-visualizer/commit/2635ab54d6c891448136e341ac70cdec548fc21e))
13+
* Implement basic functionality ([526c8a9](https://github.com/rosslight/pr-code-coverage-visualizer/commit/526c8a9c44af437e01b5d64f02a1c37eb55dce2b))
14+
* Implement filter strategies ([144b659](https://github.com/rosslight/pr-code-coverage-visualizer/commit/144b659c034c405c32d4c75efa6c32f02deb2e86))
15+
16+
17+
### Bug Fixes
18+
19+
* Do not use ellipsis if there is a single line to the start/end ([3a51db7](https://github.com/rosslight/pr-code-coverage-visualizer/commit/3a51db705e734b40053d695f3d0538b4fb9a820b))
20+
* Generate details as closed ([4384316](https://github.com/rosslight/pr-code-coverage-visualizer/commit/43843161ce1170d3ab26bfc34f214eb889b9565d))
21+
* Properly include lines around uncovered data even if they are not part of the coverage data ([a3ba01c](https://github.com/rosslight/pr-code-coverage-visualizer/commit/a3ba01c441bb723d92cf6e3cd2a18074843c808b))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"engines": {
3232
"node": "20.x"
3333
},
34-
"packageManager": "pnpm@10.26.1"
34+
"packageManager": "pnpm@10.26.1",
35+
"version": "1.0.0"
3536
}

0 commit comments

Comments
 (0)