diff --git a/CHANGELOG.md b/CHANGELOG.md index 64476f44f..4e695c8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.10.42](https://github.com/salesforcecli/plugin-source/compare/2.10.41...2.10.42) (2023-10-17) + +### Bug Fixes + +- **deps:** bump SDR for deduplicated fileResponses ([#978](https://github.com/salesforcecli/plugin-source/issues/978)) ([0ca27ff](https://github.com/salesforcecli/plugin-source/commit/0ca27fff41e27d6ac663f2f73d06fb864ae9aea4)) + ## [2.10.41](https://github.com/salesforcecli/plugin-source/compare/2.10.40...2.10.41) (2023-10-17) ### Bug Fixes diff --git a/package.json b/package.json index 2f07e2c3e..fa716938f 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.41", + "version": "2.10.42", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",