diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af2ec98..4ea51107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [61.4.12](https://github.com/forcedotcom/salesforcedx-templates/compare/61.4.11...61.4.12) (2024-10-02) + + +### Bug Fixes + +* avoid delta between templates locally and on org ([#616](https://github.com/forcedotcom/salesforcedx-templates/issues/616)) ([31e806c](https://github.com/forcedotcom/salesforcedx-templates/commit/31e806ce07723094cff385d7a9f3ff7f3d2d3b89)) + + + ## [61.4.11](https://github.com/forcedotcom/salesforcedx-templates/compare/61.4.10...61.4.11) (2024-09-15) diff --git a/package.json b/package.json index c0cc0e34..d9fb0d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/templates", - "version": "61.4.11", + "version": "61.4.12", "description": "Salesforce JS library for templates", "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues", "main": "lib/index.js",