diff --git a/CHANGELOG.md b/CHANGELOG.md index f66ae58c..0c986193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.1.14](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.13...7.1.14) (2024-02-27) + + +### Bug Fixes + +* bump core to 6.6.0 ([58d2760](https://github.com/salesforcecli/sf-plugins-core/commit/58d2760481139a10b6b83e18c4fa9b42c8a8dcd5)) + + + ## [7.1.13](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.12...7.1.13) (2024-02-25) diff --git a/package.json b/package.json index 956cf21e..9b27b342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "7.1.13", + "version": "7.1.14", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",