From 4b76aaeacba59387afcc6e9cba4cc2a573bb2406 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Mon, 23 Dec 2024 19:22:08 +0100 Subject: [PATCH] chore(main): release 5.52.0 (#970) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd098764..0f42f7a1 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.52.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.51.1...v5.52.0) (2024-12-23) + + +### Features + +* add ApplicationRecordTypeConfig metadata support ([#969](https://github.com/scolladon/sfdx-git-delta/issues/969)) ([8cda753](https://github.com/scolladon/sfdx-git-delta/commit/8cda75328e48325c469be9af9805d4763c266332)) + ## [5.51.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.51.0...v5.51.1) (2024-12-18) diff --git a/package.json b/package.json index c9e220ae..2fa6006a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.51.1", + "version": "5.52.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keywords": [ "salesforce",