From 48a3fc88d0b6405ccfa58bc1e560bf0fd96e0219 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Fri, 20 Sep 2024 11:16:30 +0200 Subject: [PATCH] chore(main): release 5.45.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b300809..ae664510 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.45.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.44.0...v5.45.0) (2024-09-20) + + +### Features + +* add `SearchCustomization` metadata support ([#921](https://github.com/scolladon/sfdx-git-delta/issues/921)) ([f0ee037](https://github.com/scolladon/sfdx-git-delta/commit/f0ee037f5e682cff33d481797c693cd3e91fc6c9)) + ## [5.44.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.43.0...v5.44.0) (2024-09-13) diff --git a/package.json b/package.json index b79be125..56ef3209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.44.0", + "version": "5.45.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keywords": [ "salesforce",