From 2d5751a2157ca4fcc445d54f301af0bd0c7c4093 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Apr 2024 14:20:08 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.8...v1.0.9) (2024-04-23) ### Bug Fixes * fix path resolution from non-root directories ([5e32938](https://github.com/mcarvin8/apex-tests-git-delta/commit/5e32938c05e5ad45ee5f6785b80e31381a6d7450)) * validate classes against the `--to` commit tree ([b454657](https://github.com/mcarvin8/apex-tests-git-delta/commit/b454657a8c72078cd5c388be7ab5393d215ecf14)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011502c..8ebfcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.8...v1.0.9) (2024-04-23) + +### Bug Fixes + +- fix path resolution from non-root directories ([5e32938](https://github.com/mcarvin8/apex-tests-git-delta/commit/5e32938c05e5ad45ee5f6785b80e31381a6d7450)) +- validate classes against the `--to` commit tree ([b454657](https://github.com/mcarvin8/apex-tests-git-delta/commit/b454657a8c72078cd5c388be7ab5393d215ecf14)) + ## [1.0.8](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.7...v1.0.8) (2024-04-09) ### Bug Fixes diff --git a/package.json b/package.json index cf4db20..30843bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apex-tests-git-delta", "description": "Determine the Apex Tests to run when executing a Salesforce delta deployment.", - "version": "1.0.8", + "version": "1.0.9", "dependencies": { "@oclif/core": "^3.18.1", "@salesforce/core": "^6.4.7",