From bdf170a4e218fbaa1cd25cb5f16ab2575c14039f Mon Sep 17 00:00:00 2001 From: Sebastien Date: Fri, 13 Sep 2024 12:50:10 +0200 Subject: [PATCH] chore(main): release 5.44.0 (#917) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5db98f..8b300809 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.44.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.43.0...v5.44.0) (2024-09-13) + + +### Features + +* add `FeatureParameter` metadata support ([#915](https://github.com/scolladon/sfdx-git-delta/issues/915)) ([f3c9ca2](https://github.com/scolladon/sfdx-git-delta/commit/f3c9ca228767fa7788a804f5f02e2f402a421c73)) + ## [5.43.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.42.1...v5.43.0) (2024-09-04) diff --git a/package.json b/package.json index b5dbd79a..b79be125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.43.0", + "version": "5.44.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keywords": [ "salesforce",