diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3e62054..afeae8251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.9](https://github.com/salesforcecli/plugin-source/compare/3.3.8...3.3.9) (2024-05-06) + +### Bug Fixes + +- node types for process exitCode don't allow string ([#1175](https://github.com/salesforcecli/plugin-source/issues/1175)) ([06ef385](https://github.com/salesforcecli/plugin-source/commit/06ef385f97f540874876362df36db80bc6207fc3)) + ## [3.3.8](https://github.com/salesforcecli/plugin-source/compare/3.3.7...3.3.8) (2024-05-05) ### Bug Fixes diff --git a/README.md b/README.md index c377f829a..e2c4046c2 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source $ sfdx COMMAND running command... $ sfdx (--version) -@salesforce/plugin-source/3.3.8 linux-x64 node-v18.20.2 +@salesforce/plugin-source/3.3.9 linux-x64 node-v18.20.2 $ sfdx --help [COMMAND] USAGE $ sfdx COMMAND diff --git a/package.json b/package.json index a816c532c..6f7ca4c58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-source", "description": "Commands to interact with source formatted metadata", - "version": "3.3.8", + "version": "3.3.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {