diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d13d2c1..e466fca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.4](https://github.com/salesforcecli/plugin-schema/compare/2.2.3...2.2.4) (2023-01-29) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 3.32.12 to 3.33.1 ([a51439a](https://github.com/salesforcecli/plugin-schema/commit/a51439abc9bae68dc894f4796f607a144e4dc808)) + + + ## [2.2.3](https://github.com/salesforcecli/plugin-schema/compare/2.2.2...2.2.3) (2023-01-22) diff --git a/package.json b/package.json index b73d874e..2f9025a3 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.2.3", + "version": "2.2.4", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",