Skip to content

Commit

Permalink
chore(release): 1.4.1-beta.3 [skip ci] ## [1.4.1-beta.3](v1.4.1-beta.…
Browse files Browse the repository at this point in the history
…2...v1.4.1-beta.3) (2024-03-05)

### Bug Fixes

* print uncovered lines first, then covered lines, ensuring out-of-range lines are replaced with a random unused line ([594e7cb](594e7cb))
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent 594e7cb commit 8bc11e5
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.4.1-beta.3](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.4.1-beta.2...v1.4.1-beta.3) (2024-03-05)

### Bug Fixes

- print uncovered lines first, then covered lines, ensuring out-of-range lines are replaced with a random unused line ([594e7cb](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/594e7cb47b6acf0823a02fb67a3cc681980e8e0f))

## [1.4.1-beta.2](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.4.1-beta.1...v1.4.1-beta.2) (2024-03-05)

### 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 into the Generic Test Coverage Format.",
"version": "1.4.1-beta.2",
"version": "1.4.1-beta.3",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand Down

0 comments on commit 8bc11e5

Please sign in to comment.