diff --git a/CHANGELOG.md b/CHANGELOG.md index e7775937c..addb46735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [11.3.7](https://github.com/salesforcecli/sf-plugins-core/compare/11.3.6...11.3.7) (2024-09-01) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.4.0 to 8.5.1 ([67752d2](https://github.com/salesforcecli/sf-plugins-core/commit/67752d2b7b27fc2356624e18cd54df91888f80bc)) + + + ## [11.3.6](https://github.com/salesforcecli/sf-plugins-core/compare/11.3.5...11.3.6) (2024-08-25) diff --git a/package.json b/package.json index 680541662..b3e00d5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "11.3.6", + "version": "11.3.7", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",