From 2eae9863fe47e8cedfc2b9bbe00aaa38ebbb1fd2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 30 Oct 2024 21:27:22 +0000 Subject: [PATCH] chore(release): 12.0.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c14de9..763f30d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.11](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.10...12.0.11) (2024-10-30) + + +### Bug Fixes + +* bump oclif/table ([#643](https://github.com/salesforcecli/sf-plugins-core/issues/643)) ([a10aec6](https://github.com/salesforcecli/sf-plugins-core/commit/a10aec6087036c5ff42bdeaaf1b5f76e17125a5b)) + + + ## [12.0.10](https://github.com/salesforcecli/sf-plugins-core/compare/12.0.9...12.0.10) (2024-10-29) diff --git a/package.json b/package.json index b7765c48..34c1fc73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.0.10", + "version": "12.0.11", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",