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.0.7] ( https://github.com/salesforcecli/plugin-trust/compare/3.0.6...3.0.7 ) (2023-11-29)
2
+
3
+ ### Bug Fixes
4
+
5
+ - sync npm version with plugin-plugins ([ 21f38fd] ( https://github.com/salesforcecli/plugin-trust/commit/21f38fdd38dd019888a1698553294b35995c6655 ) )
6
+
1
7
## [ 3.0.6] ( https://github.com/salesforcecli/plugin-trust/compare/3.0.5...3.0.6 ) (2023-11-26)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -119,6 +119,6 @@ EXAMPLES
119
119
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
120
120
```
121
121
122
- _ See code: [ src/commands/plugins/trust/verify.ts] ( https://github.com/salesforcecli/plugin-trust/blob/3.0.6 /src/commands/plugins/trust/verify.ts ) _
122
+ _ See code: [ src/commands/plugins/trust/verify.ts] ( https://github.com/salesforcecli/plugin-trust/blob/3.0.7 /src/commands/plugins/trust/verify.ts ) _
123
123
124
124
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-trust" ,
3
3
"description" : " validate a digital signature for a npm package" ,
4
- "version" : " 3.0.6 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"author" : " Salesforce" ,
6
6
"bin" : {
7
7
"sf-trust" : " bin/dev"
You can’t perform that action at this time.
0 commit comments