diff --git a/CHANGELOG.md b/CHANGELOG.md index d7642baf..816a2998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.5](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.4...12.0.5) (2024-10-22) + + +### Bug Fixes + +* bump oclif/table ([4831534](https://github.com/salesforcecli/sf-plugins-core/commit/4831534b9d672ad855a6ad78ac1bf42fc012929f)) + + + ## [12.0.4](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.3...12.0.4) (2024-10-21) diff --git a/package.json b/package.json index 6763afcf..04208c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.4", + "version": "12.0.5", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",