From 690bb7feb48bc701f3b0b0d34a356fa438fabc91 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 5 Mar 2023 03:02:34 +0000 Subject: [PATCH] chore(release): 2.2.2 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5ad1c7..e8460e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.2](https://github.com/salesforcecli/plugin-apex/compare/2.2.1...2.2.2) (2023-03-05) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.3.1 to 2.4.0 ([303c959](https://github.com/salesforcecli/plugin-apex/commit/303c95913759590b6b30b1800bf83462788412ae)) + + + ## [2.2.1](https://github.com/salesforcecli/plugin-apex/compare/2.2.0...2.2.1) (2023-02-26) diff --git a/package.json b/package.json index d666f351..588294bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-apex", "description": "Apex commands", - "version": "2.2.1", + "version": "2.2.2", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js", @@ -229,4 +229,4 @@ "output": [] } } -} +} \ No newline at end of file