From 424b6cb61ee2c5a188f3b820341b6655d5cb1838 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Sat, 8 Jun 2024 20:46:25 +0200 Subject: [PATCH] chore(main): release 5.40.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad82be9..60e6c5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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. +## [5.40.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.40.0...v5.40.1) (2024-06-08) + + +### Bug Fixes + +* sub directory detection when walking vcs content ([#880](https://github.com/scolladon/sfdx-git-delta/issues/880)) ([788478d](https://github.com/scolladon/sfdx-git-delta/commit/788478d1caf0cb68c58f7693238a0ef962a17058)) + ## [5.40.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.39.2...v5.40.0) (2024-05-16) diff --git a/package.json b/package.json index f6ccbbf9..37ac8892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.40.0", + "version": "5.40.1", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",