Skip to content

Commit b6cceb7

Browse files
authored
Merge pull request #69 from mcarvin8/release-please--branches--main--components--apex-code-coverage-transformer
chore(main): release 2.4.0
2 parents d5ee066 + 76849f1 commit b6cceb7

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.4.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.3.0...v2.4.0) (2024-12-21)
9+
10+
11+
### Features
12+
13+
* add support for clover format ([00ffa74](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/00ffa742455609028f36d48f9a4cabc86aa32ecb))
14+
815
## [2.3.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.2.1...v2.3.0) (2024-12-17)
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": "Transforms the Apex code coverage JSON created during Salesforce deployments and test runs into SonarQube, Clover, or Cobertura format.",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"dependencies": {
66
"@oclif/core": "^4.0.37",
77
"@salesforce/core": "^8.8.0",

0 commit comments

Comments
 (0)