diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8f5032..3e48e720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.8](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.7...12.0.8) (2024-10-23) + + +### Bug Fixes + +* bump oclif/table ([6ed3d12](https://github.com/salesforcecli/sf-plugins-core/commit/6ed3d121868607aa3a056f7dda247ed7f61e3225)) + + + ## [12.0.7](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.6...12.0.7) (2024-10-22) diff --git a/package.json b/package.json index b3e517ce..b7b45cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.7", + "version": "12.0.8", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",