Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci] ## [1.7.1](v1.7.0...v1.7.1) (2024-04-30)
Browse files Browse the repository at this point in the history
### Bug Fixes

* fix no-map replacement for windows-style paths ([e6d4fef](e6d4fef))
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent e6d4fef commit 910c7db
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.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.0...v1.7.1) (2024-04-30)

### Bug Fixes

- fix no-map replacement for windows-style paths ([e6d4fef](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/e6d4fef16266a8075c01601b3f5a838a058c5fa2))

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

### Features
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.0",
"version": "1.7.1",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand Down

0 comments on commit 910c7db

Please sign in to comment.