File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.5.10] ( https://github.com/salesforcecli/plugin-source/compare/3.5.9...3.5.10 ) (2024-07-30)
2+
3+ ### Bug Fixes
4+
5+ - nullish in template-literal ([ 91a978d] ( https://github.com/salesforcecli/plugin-source/commit/91a978dd35584c607ca9e68110a497ab872856e5 ) )
6+
17## [ 3.5.9] ( https://github.com/salesforcecli/plugin-source/compare/3.5.8...3.5.9 ) (2024-07-27)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
7575$ sfdx COMMAND
7676running command...
7777$ sfdx (--version)
78- @salesforce/plugin-source/3.5.9 linux-x64 node-v18.20.4
78+ @salesforce/plugin-source/3.5.10 linux-x64 node-v18.20.4
7979$ sfdx --help [COMMAND]
8080USAGE
8181 $ sfdx COMMAND
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-source" ,
33 "description" : " Commands to interact with source formatted metadata" ,
4- "version" : " 3.5.9 " ,
4+ "version" : " 3.5.10 " ,
55 "author" : " Salesforce" ,
66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments