diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3d4029..8c026ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.7](https://github.com/salesforcecli/plugin-schema/compare/2.3.6...2.3.7) (2023-04-10) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 2.2.4 to 2.2.7 ([775b4d4](https://github.com/salesforcecli/plugin-schema/commit/775b4d4a75ae3d1c930cff038f57f54cd977a026)) + + + ## [2.3.6](https://github.com/salesforcecli/plugin-schema/compare/2.3.5...2.3.6) (2023-04-03) diff --git a/package.json b/package.json index 77243e74..1201b205 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.6", + "version": "2.3.7", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -212,4 +212,4 @@ "output": [] } } -} +} \ No newline at end of file