diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e48e720a..c3e0130f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.9](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.8...12.0.9) (2024-10-25) + + +### Bug Fixes + +* bump oclif/table ([6ebe4d1](https://github.com/salesforcecli/sf-plugins-core/commit/6ebe4d1ae99fbff6232f9799e57b4c06fbd7c7c9)) + + + ## [12.0.8](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.7...12.0.8) (2024-10-23) diff --git a/package.json b/package.json index 2f1d94865..5232b61d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.8", + "version": "12.0.9", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",