diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fa1b20..00f91aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.1.11](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.10...7.1.11) (2024-02-18) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.5.2 to 6.5.4 ([583997d](https://github.com/salesforcecli/sf-plugins-core/commit/583997d0ac117fefee276fd5792b49fe9aa7bb0c)) + + + ## [7.1.10](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.9...7.1.10) (2024-02-18) diff --git a/package.json b/package.json index a1746a87..b729c9cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "7.1.10", + "version": "7.1.11", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",