From 8d3aba484796ff2c9095280311b9c082a24a165d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 12 Mar 2023 05:44:37 +0000 Subject: [PATCH] chore(release): 2.2.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 e8460e86..ec1eb6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.3](https://github.com/salesforcecli/plugin-apex/compare/2.2.2...2.2.3) (2023-03-12) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 2.2.3 to 2.2.4 ([daa4de9](https://github.com/salesforcecli/plugin-apex/commit/daa4de96b3b6e4da4d079a0801a115914581481d)) + + + ## [2.2.2](https://github.com/salesforcecli/plugin-apex/compare/2.2.1...2.2.2) (2023-03-05) diff --git a/package.json b/package.json index 69875a2c..c3ad4662 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-apex", "description": "Apex commands", - "version": "2.2.2", + "version": "2.2.3", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",