diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc3636f..514cb683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.3.23](https://github.com/salesforcecli/plugin-schema/compare/2.3.22...2.3.23) (2023-08-13) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.11.7 to 2.11.8 ([cdcc6d1](https://github.com/salesforcecli/plugin-schema/commit/cdcc6d17a050e14c9eff00c1fec77f4d96f73097)) + + + +## [2.3.22](https://github.com/salesforcecli/plugin-schema/compare/2.3.21...2.3.22) (2023-08-07) + + + ## [2.3.21](https://github.com/salesforcecli/plugin-schema/compare/2.3.20...2.3.21) (2023-07-23) diff --git a/package.json b/package.json index ad2271ed..9d4b1411 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.22", + "version": "2.3.23", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",