diff --git a/CHANGELOG.md b/CHANGELOG.md index c18941fc9..812fbb645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.4.0](https://github.com/forcedotcom/packaging/compare/2.3.10...2.4.0) (2023-09-22) + +### Features + +- automatically update sfdx-project.json after package conversion / retrieval ([9b021df](https://github.com/forcedotcom/packaging/commit/9b021df6c8a676225d5457426435ab30f73cb23e)) +- automatically update sfdx-project.json after package conversion / retrieval ([a7cc401](https://github.com/forcedotcom/packaging/commit/a7cc4015ea614460b924fd76130a406ead2400a5)) +- automatically update sfdx-project.json after package conversion / retrieval ([be29404](https://github.com/forcedotcom/packaging/commit/be29404f80fcf18e6e47d23352ce391836b38970)) +- automatically update sfdx-project.json after package conversion / retrieval ([ea95cbf](https://github.com/forcedotcom/packaging/commit/ea95cbf8d00feafc1de9a724147689ca1a25dfed)) +- automatically update sfdx-project.json after package conversion / retrieval ([d411a07](https://github.com/forcedotcom/packaging/commit/d411a078eff7a8bf37bc4d35c723a9eb0dfd37b5)) + ## [2.3.10](https://github.com/forcedotcom/packaging/compare/2.3.9...2.3.10) (2023-09-21) ### Bug Fixes diff --git a/package.json b/package.json index 553135538..aff7d6db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/packaging", - "version": "2.3.10", + "version": "2.4.0", "description": "Packaging library for the Salesforce packaging platform", "main": "lib/exported", "types": "lib/exported.d.ts",