Skip to content

Commit aa586ce

Browse files
committed
chore(release): 3.1.0 [skip ci]
1 parent 84fff9e commit aa586ce

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.1.0](https://github.com/salesforcecli/plugin-trust/compare/3.0.7...3.1.0) (2023-12-01)
2+
3+
### Features
4+
5+
- allow any 403 response to continue verification ([#662](https://github.com/salesforcecli/plugin-trust/issues/662)) ([84fff9e](https://github.com/salesforcecli/plugin-trust/commit/84fff9e4f4756cd6ac59c818a90189d050175860))
6+
17
## [3.0.7](https://github.com/salesforcecli/plugin-trust/compare/3.0.6...3.0.7) (2023-11-29)
28

39
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
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/3.0.7/src/commands/plugins/trust/verify.ts)_
122+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.1.0/src/commands/plugins/trust/verify.ts)_
123123

124124
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
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.7",
4+
"version": "3.1.0",
55
"author": "Salesforce",
66
"bin": {
77
"sf-trust": "bin/dev"

0 commit comments

Comments
 (0)