diff --git a/CHANGELOG.md b/CHANGELOG.md index a96ecaaa..fa732013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [11.3.4](https://github.com/salesforcecli/sf-plugins-core/compare/11.3.3...11.3.4) (2024-08-18) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.15 to 4.0.17 ([f48187f](https://github.com/salesforcecli/sf-plugins-core/commit/f48187f1a0a61d05e94f78d9a208ac0d5b8b05bb)) + + + ## [11.3.3](https://github.com/salesforcecli/sf-plugins-core/compare/11.3.2...11.3.3) (2024-08-18) diff --git a/package.json b/package.json index b5c7c1c4..629c02c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "11.3.3", + "version": "11.3.4", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",