diff --git a/CHANGELOG.md b/CHANGELOG.md index 44040908..4edff36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [11.2.5](https://github.com/salesforcecli/sf-plugins-core/compare/11.2.4...11.2.5) (2024-08-04) + + +### Bug Fixes + +* **deps:** bump @inquirer/confirm from 3.1.17 to 3.1.20 ([0c946a7](https://github.com/salesforcecli/sf-plugins-core/commit/0c946a7d6248ab7b926496de6830461a131a0b69)) + + + ## [11.2.4](https://github.com/salesforcecli/sf-plugins-core/compare/11.2.3...11.2.4) (2024-07-29) diff --git a/package.json b/package.json index 4615a956..9e3759af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "11.2.4", + "version": "11.2.5", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",