Skip to content

Commit 7530b7e

Browse files
chore(main): release 2.14.1 (#234)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b91502a commit 7530b7e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
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.14.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.14.0...v2.14.1) (2025-10-27)
9+
10+
11+
### Bug Fixes
12+
13+
* **handlers:** use correct data types for sonar and cobertura attributes ([#233](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/233)) ([83ca418](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/83ca4184236dd517dfb1f64b83bc53c0656a79f5))
14+
* **transformer:** add file path caching ([#236](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/236)) ([b91502a](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/b91502a6e91a7ec8fff7789bb390fe1868e7755b))
15+
816
## [2.14.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.13.4...v2.14.0) (2025-10-27)
917

1018

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.14.0",
4+
"version": "2.14.1",
55
"dependencies": {
66
"@oclif/core": "^4.4.0",
77
"@salesforce/core": "^8.12.0",

0 commit comments

Comments
 (0)