diff --git a/CHANGELOG.md b/CHANGELOG.md index 514cb683..0f93fed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.24](https://github.com/salesforcecli/plugin-schema/compare/2.3.23...2.3.24) (2023-08-27) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.11.8 to 2.11.10 ([58d493a](https://github.com/salesforcecli/plugin-schema/commit/58d493a4e3373a64018f3c6dc12a6b975a46dd76)) + + + ## [2.3.23](https://github.com/salesforcecli/plugin-schema/compare/2.3.22...2.3.23) (2023-08-13) diff --git a/package.json b/package.json index ceeac29d..58c6f9df 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.23", + "version": "2.3.24", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",