From fe960001c4daade62828c345044c718183c0b41e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Jun 2023 05:45:53 +0000 Subject: [PATCH] chore(release): 2.3.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3511988b..6d710c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.11](https://github.com/salesforcecli/plugin-schema/compare/2.3.10...2.3.11) (2023-06-04) + + +### Bug Fixes + +* **deps:** bump tslib from 2.5.2 to 2.5.3 ([a229c28](https://github.com/salesforcecli/plugin-schema/commit/a229c286f5387afaba3aa99e0752e280367c5fb7)) + + + ## [2.3.10](https://github.com/salesforcecli/plugin-schema/compare/2.3.9...2.3.10) (2023-04-23) diff --git a/package.json b/package.json index c8d9e85a..31b1f624 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "2.3.10", + "version": "2.3.11", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -212,4 +212,4 @@ "output": [] } } -} +} \ No newline at end of file