Skip to content

Commit 0e46359

Browse files
committed
chore(release): 3.3.9 [skip ci]
1 parent 06ef385 commit 0e46359

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.9](https://github.com/salesforcecli/plugin-source/compare/3.3.8...3.3.9) (2024-05-06)
2+
3+
### Bug Fixes
4+
5+
- 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))
6+
17
## [3.3.8](https://github.com/salesforcecli/plugin-source/compare/3.3.7...3.3.8) (2024-05-05)
28

39
### Bug Fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
7575
$ sfdx COMMAND
7676
running command...
7777
$ sfdx (--version)
78-
@salesforce/plugin-source/3.3.8 linux-x64 node-v18.20.2
78+
@salesforce/plugin-source/3.3.9 linux-x64 node-v18.20.2
7979
$ sfdx --help [COMMAND]
8080
USAGE
8181
$ sfdx COMMAND

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-source",
33
"description": "Commands to interact with source formatted metadata",
4-
"version": "3.3.8",
4+
"version": "3.3.9",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)