File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.1] ( https://github.com/salesforcecli/plugin-source/compare/3.2.0...3.2.1 ) (2024-03-29)
2
+
3
+ ### Bug Fixes
4
+
5
+ - bump apex-node to v4 ([ #1134 ] ( https://github.com/salesforcecli/plugin-source/issues/1134 ) ) ([ 7e07c86] ( https://github.com/salesforcecli/plugin-source/commit/7e07c86e6aade5e6c5a6a8428086233739844e3c ) )
6
+
1
7
# [ 3.2.0] ( https://github.com/salesforcecli/plugin-source/compare/3.1.23...3.2.0 ) (2024-03-25)
2
8
3
9
### Features
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
75
75
$ sfdx COMMAND
76
76
running command...
77
77
$ sfdx (--version)
78
- @salesforce/plugin-source/3.2.0 linux-x64 node-v18.19.1
78
+ @salesforce/plugin-source/3.2.1 linux-x64 node-v18.19.1
79
79
$ sfdx --help [COMMAND]
80
80
USAGE
81
81
$ sfdx COMMAND
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-source" ,
3
3
"description" : " Commands to interact with source formatted metadata" ,
4
- "version" : " 3.2.0 " ,
4
+ "version" : " 3.2.1 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments