Skip to content

Commit

Permalink
chore(release): 3.3.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 6, 2024
1 parent 06ef385 commit 0e46359
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0e46359

Please sign in to comment.