diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f7de18..e1adbcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.9.20](https://github.com/salesforcecli/plugin-org/compare/2.9.19...2.9.20) (2023-07-06) + + +### Bug Fixes + +* **deps:** bump teskit, core, sdr, sf-plugins-core ([ddb4215](https://github.com/salesforcecli/plugin-org/commit/ddb42159a50b7fd17080f5f150533651c19b6926)) + + + ## [2.9.19](https://github.com/salesforcecli/plugin-org/compare/2.9.18...2.9.19) (2023-07-02) diff --git a/package.json b/package.json index 62da944b..0d55fdd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-org", "description": "Commands to interact with Salesforce orgs", - "version": "2.9.19", + "version": "2.9.20", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",