Skip to content

Commit b310703

Browse files
committed
chore(release): 3.0.2 [skip ci]
1 parent c8157ec commit b310703

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.0.2](https://github.com/salesforcecli/plugin-trust/compare/3.0.1...3.0.2) (2023-11-11)
2+
3+
### Bug Fixes
4+
5+
- pass json flag to plugins install ([#643](https://github.com/salesforcecli/plugin-trust/issues/643)) ([c8157ec](https://github.com/salesforcecli/plugin-trust/commit/c8157ecf29d24f93b6997696d32542fa13d92ce9))
6+
17
## [3.0.1](https://github.com/salesforcecli/plugin-trust/compare/2.6.23...3.0.1) (2023-11-06)
28

39
### Bug Fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ EXAMPLES
119119
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
120120
```
121121

122-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.24/src/commands/plugins/trust/verify.ts)_
122+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.2/src/commands/plugins/trust/verify.ts)_
123123

124124
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-trust",
33
"description": "validate a digital signature for a npm package",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"author": "Salesforce",
66
"bin": {
77
"sf-trust": "bin/dev"

0 commit comments

Comments
 (0)