diff --git a/CHANGELOG.md b/CHANGELOG.md index 4567b9a..c91fd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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. +## [1.7.5](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.4...v1.7.5) (2024-07-28) + + +### Bug Fixes + +* switch to isomorphic-git ([2da1fcc](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/2da1fcc2f55cf76296d1b7cd033daedba1bf496d)) + ## [1.7.4](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.3...v1.7.4) (2024-06-10) ### Bug Fixes diff --git a/package.json b/package.json index eaadb13..a7dbc6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apex-code-coverage-transformer", "description": "Transforms the Apex code coverage JSON created during Salesforce deployments and test runs into the Generic Test Coverage Format (XML) for SonarQube.", - "version": "1.7.4", + "version": "1.7.5", "dependencies": { "@oclif/core": "^3.18.1", "@salesforce/core": "^6.4.7",