From a3d605a5e84d1214b3de787392b737a529ece56e Mon Sep 17 00:00:00 2001 From: Sebastien Date: Tue, 16 Jan 2024 13:40:28 +0100 Subject: [PATCH] chore(main): release 5.35.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3989af61..b890ba9a 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.35.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.34.0...v5.35.0) (2024-01-16) + + +### Features + +* resolve metadata type using file extension ([#750](https://github.com/scolladon/sfdx-git-delta/issues/750)) ([eb66cfc](https://github.com/scolladon/sfdx-git-delta/commit/eb66cfc8fc2438c656727d345932b07ab0b3000e)) + ## [5.34.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.33.0...v5.34.0) (2024-01-16) diff --git a/package.json b/package.json index b48add22..a5c696e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.34.0", + "version": "5.35.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",