Skip to content

Commit 3d2f426

Browse files
authored
Merge pull request #45 from mcarvin8/release-please--branches--main--components--apex-code-coverage-transformer
chore(main): release 2.0.0
2 parents 9252334 + 1efbd94 commit 3d2f426

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
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.0.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.6...v2.0.0) (2024-10-21)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* shorten command to acc-transformer
14+
15+
### Features
16+
17+
* shorten command to acc-transformer ([686cdc6](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/686cdc6960f8f73e7796e6b97928a8294a6b450b))
18+
819
## [1.7.6](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.5...v1.7.6) (2024-07-28)
920

1021

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 the Generic Test Coverage Format (XML) for SonarQube.",
4-
"version": "1.7.6",
4+
"version": "2.0.0",
55
"dependencies": {
66
"@oclif/core": "^3.18.1",
77
"@salesforce/core": "^6.4.7",

0 commit comments

Comments
 (0)