Skip to content

Commit

Permalink
chore(release): 1.7.2-beta.1 [skip ci] ## [1.7.2-beta.1](v1.7.1...v1.…
Browse files Browse the repository at this point in the history
…7.2-beta.1) (2024-05-09)

### Bug Fixes

* add support for coverage JSONs created by `sf apex run test` ([5f48b77](5f48b77))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 5f48b77 commit dfa2e76
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.7.2-beta.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.1...v1.7.2-beta.1) (2024-05-09)

### Bug Fixes

- add support for coverage JSONs created by `sf apex run test` ([5f48b77](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/5f48b777f1ccd003d650c50ef87a0b24e2b4a73f))

## [1.7.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.0...v1.7.1) (2024-04-30)

### 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.7.1",
"version": "1.7.2-beta.1",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand Down

0 comments on commit dfa2e76

Please sign in to comment.