diff --git a/CHANGELOG.md b/CHANGELOG.md index 816a29988..1e4c657a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.6](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.5...12.0.6) (2024-10-22) + + +### Bug Fixes + +* export makeTable ([5fb127e](https://github.com/salesforcecli/sf-plugins-core/commit/5fb127e0a061d6127fcad7e005fc1b6679afa73d)) + + + ## [12.0.5](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.4...12.0.5) (2024-10-22) diff --git a/package.json b/package.json index 04208c7e8..f6a04c9ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.5", + "version": "12.0.6", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",