diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e695c8cf..2f9393157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.10.43](https://github.com/salesforcecli/plugin-source/compare/2.10.42...2.10.43) (2023-10-17) + +### Bug Fixes + +- **deps:** bump stl ([#979](https://github.com/salesforcecli/plugin-source/issues/979)) ([214f725](https://github.com/salesforcecli/plugin-source/commit/214f7255aa9e5c888e2128d21867467bc710ebff)) + ## [2.10.42](https://github.com/salesforcecli/plugin-source/compare/2.10.41...2.10.42) (2023-10-17) ### Bug Fixes diff --git a/package.json b/package.json index 17ccd27f8..9eb1734b1 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.42", + "version": "2.10.43", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",