diff --git a/CHANGELOG.md b/CHANGELOG.md index 0380fbcd..af67daa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.4](https://github.com/salesforcecli/plugin-schema/compare/2.3.3...2.3.4) (2023-03-19) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.6.2 to 2.6.4 ([6a0242d](https://github.com/salesforcecli/plugin-schema/commit/6a0242d2d3bbd0f0d050801f296408773c8c058f)) + + + ## [2.3.3](https://github.com/salesforcecli/plugin-schema/compare/2.3.2...2.3.3) (2023-03-05) diff --git a/package.json b/package.json index d9dd2edd..2be00849 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.3", + "version": "2.3.4", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",