diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2789f7c..5f3fb5662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.10.40](https://github.com/salesforcecli/plugin-source/compare/2.10.39...2.10.40) (2023-10-07) + +### Bug Fixes + +- **deps:** bump @salesforce/source-deploy-retrieve from 9.7.8 to 9.7.22 ([#964](https://github.com/salesforcecli/plugin-source/issues/964)) ([6f5d303](https://github.com/salesforcecli/plugin-source/commit/6f5d303aa6d865f678b2feec990f0bf8ff40a06c)) + ## [2.10.39](https://github.com/salesforcecli/plugin-source/compare/2.10.38...2.10.39) (2023-10-01) ### Bug Fixes diff --git a/package.json b/package.json index d193ca213..e14b4b91b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-source", "description": "Commands to interact with source formatted metadata", - "version": "2.10.39", + "version": "2.10.40", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",