diff --git a/CHANGELOG.md b/CHANGELOG.md index b038ccbd..c6afcf34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.0.11](https://github.com/salesforcecli/sf-plugins-core/compare/9.0.10...9.0.11) (2024-05-19) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.6 to 7.3.8 ([40ad682](https://github.com/salesforcecli/sf-plugins-core/commit/40ad6823a442d5778401e70b90f2684bf351f155)) + + + ## [9.0.10](https://github.com/salesforcecli/sf-plugins-core/compare/9.0.9...9.0.10) (2024-05-12) diff --git a/package.json b/package.json index 93a3a1a5..cf72f108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "9.0.10", + "version": "9.0.11", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",