Skip to content

Commit

Permalink
chore(release): 1.6.5 [skip ci] ## [1.6.5](v1.6.4...v1.6.5) (2024-04-18)
Browse files Browse the repository at this point in the history
### Bug Fixes

* build XML using xmlbuilder2 and normalize path building using posix ([c6d6d94](c6d6d94))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent e126320 commit 6b739c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.5](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.4...v1.6.5) (2024-04-18)

### Bug Fixes

- build XML using xmlbuilder2 and normalize path building using posix ([c6d6d94](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/c6d6d944e2675eb6be0dd90e972d67e6311f6738))

## [1.6.4](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.6.3...v1.6.4) (2024-04-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apex-code-coverage-transformer",
"description": "Transforms the Apex code coverage JSON created during Salesforce deployments into the Generic Test Coverage Format (XML).",
"version": "1.6.4",
"version": "1.6.5",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand Down

0 comments on commit 6b739c4

Please sign in to comment.