From 83b3c914aad53d84aef3a7865f113c9a0a88032a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 5 Mar 2023 08:45:53 +0000 Subject: [PATCH] chore(release): 2.3.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee6f0c5..0380fbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.3](https://github.com/salesforcecli/plugin-schema/compare/2.3.2...2.3.3) (2023-03-05) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 3.33.5 to 3.33.6 ([4919743](https://github.com/salesforcecli/plugin-schema/commit/4919743b283b129ad63833b228747ddb6612ff3a)) + + + ## [2.3.2](https://github.com/salesforcecli/plugin-schema/compare/2.3.1...2.3.2) (2023-03-02) diff --git a/package.json b/package.json index f9bd51e7..ab71a8a2 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.2", + "version": "2.3.3", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",