diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b4ea91..38d70fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [12.1.0](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.13...12.1.0) (2024-11-26) + + +### Features + +* add makeTable method ([90e4de7](https://github.com/salesforcecli/sf-plugins-core/commit/90e4de770365a579719b1cb83188f8f2fa70d4f9)) + + + ## [12.0.13](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.12...12.0.13) (2024-11-17) diff --git a/package.json b/package.json index caaa9909..7f364d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.13", + "version": "12.1.0", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",