Skip to content

Commit 3b0a870

Browse files
chore(main): release 2.16.0 (#254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d7d4f54 commit 3b0a870

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
77

8+
## [2.16.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.15.2...v2.16.0) (2026-01-26)
9+
10+
11+
### Features
12+
13+
* add html as an output format ([#253](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/253)) ([d7d4f54](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/d7d4f54664ef3ab603e0b55b70b9c6883ec93b0f))
14+
815
## [2.15.2](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.15.1...v2.15.2) (2026-01-03)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apex-code-coverage-transformer",
33
"description": "Transform Salesforce Apex code coverage JSONs into other formats accepted by SonarQube, GitHub, GitLab, Azure, Bitbucket, etc.",
4-
"version": "2.15.2",
4+
"version": "2.16.0",
55
"dependencies": {
66
"@oclif/core": "^4.8.0",
77
"@salesforce/core": "^8.24.0",

0 commit comments

Comments
 (0)