From ec6437762a3f07a4b583c76c835611a2176c5df2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 01:38:01 +0000 Subject: [PATCH] chore(main): release 1.7.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",