diff --git a/CHANGELOG.md b/CHANGELOG.md index e466fca7..633ed4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.5](https://github.com/salesforcecli/plugin-schema/compare/2.2.4...2.2.5) (2023-01-29) + + +### Bug Fixes + +* **deps:** bump tslib from 2.4.1 to 2.5.0 ([4b38c01](https://github.com/salesforcecli/plugin-schema/commit/4b38c012a7b376473ad8b02231c94cc8f33366b9)) + + + ## [2.2.4](https://github.com/salesforcecli/plugin-schema/compare/2.2.3...2.2.4) (2023-01-29) diff --git a/package.json b/package.json index 2f9025a3..7c94f08d 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.2.4", + "version": "2.2.5", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",