diff --git a/CHANGELOG.md b/CHANGELOG.md index b4dce1c6..0c6cb980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.1](https://github.com/salesforcecli/plugin-schema/compare/2.2.0...2.2.1) (2023-01-04) + + +### Bug Fixes + +* add command schemas ([#367](https://github.com/salesforcecli/plugin-schema/issues/367)) ([71c29b9](https://github.com/salesforcecli/plugin-schema/commit/71c29b99383ef4f2017eb1b26d8545945acce0b7)) + + + # [2.2.0](https://github.com/salesforcecli/plugin-schema/compare/2.1.19...2.2.0) (2023-01-04) diff --git a/package.json b/package.json index 5624cc43..098e8ebb 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.0", + "version": "2.2.1", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -110,4 +110,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file