From 953b99722a0d54e200b0fc3e6c14399de2f47161 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:28:50 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f798b0c..bebaf9e 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.1.0](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.11...v1.1.0) (2024-08-06) + + +### Features + +* add isomorphic-git ([a3a8327](https://github.com/mcarvin8/apex-tests-git-delta/commit/a3a8327927dadb89f0538b964f8a285e89d2e797)) + ## [1.0.11](https://github.com/mcarvin8/apex-tests-git-delta/compare/v1.0.10...v1.0.11) (2024-04-23) ### Bug Fixes diff --git a/package.json b/package.json index 35aeabc..099410d 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.11", + "version": "1.1.0", "dependencies": { "@oclif/core": "^3.18.1", "@salesforce/core": "^6.4.7",