diff --git a/CHANGELOG.md b/CHANGELOG.md index 3635186f..28b4ea91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.13](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.12...12.0.13) (2024-11-17) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([f26bcd0](https://github.com/salesforcecli/sf-plugins-core/commit/f26bcd09c55d456c01848b95b5f294fcbbd28633)) + + + ## [12.0.12](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.11...12.0.12) (2024-11-17) diff --git a/package.json b/package.json index ec68f532..c846438c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.12", + "version": "12.0.13", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",