diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e6dc3a..e86cdcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.20](https://github.com/salesforcecli/plugin-schema/compare/2.3.19...2.3.20) (2023-07-17) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.8.11 to 2.9.3 ([93399d0](https://github.com/salesforcecli/plugin-schema/commit/93399d0a166a94a2c1414184fe633754cd6ea4b1)) + + + ## [2.3.19](https://github.com/salesforcecli/plugin-schema/compare/2.3.18...2.3.19) (2023-07-11) diff --git a/package.json b/package.json index fe81454e..fdef919e 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.3.19", + "version": "2.3.20", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",