Skip to content

Commit

Permalink
chore(release): 3.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 28, 2024
1 parent c11247b commit 4182c28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [3.5.0](https://github.com/salesforcecli/plugin-trust/compare/3.4.0...3.5.0) (2024-03-28)

### Bug Fixes

- show name in prompt ([4d8d947](https://github.com/salesforcecli/plugin-trust/commit/4d8d947191ee8a4c8245c8e4d3855856eee06270))
- update install confirmation message ([48759d6](https://github.com/salesforcecli/plugin-trust/commit/48759d6abf8f7ac358d2fea385b1323011d566ab))

### Features

- support github urls in allow list file ([81cf593](https://github.com/salesforcecli/plugin-trust/commit/81cf5932fcbd1c234dbf740e8a3483fdac9446e4))

# [3.4.0](https://github.com/salesforcecli/plugin-trust/compare/3.3.18...3.4.0) (2024-03-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ EXAMPLES
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
```

_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.4.0/src/commands/plugins/trust/verify.ts)_
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.5.0/src/commands/plugins/trust/verify.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-trust",
"description": "validate a digital signature for a npm package",
"version": "3.4.0",
"version": "3.5.0",
"author": "Salesforce",
"bin": {
"sf-trust": "bin/dev"
Expand Down

0 comments on commit 4182c28

Please sign in to comment.