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