Skip to content

Commit a790766

Browse files
committed
chore(release): 3.7.93 [skip ci]
1 parent 87af25b commit a790766

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.7.93](https://github.com/salesforcecli/plugin-trust/compare/3.7.92...3.7.93) (2025-05-18)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/plugin-info from 3.4.59 to 3.4.60 ([2ec8b0b](https://github.com/salesforcecli/plugin-trust/commit/2ec8b0b53135734ad5a2d773c8246d3044d2fca1))
6+
17
## [3.7.92](https://github.com/salesforcecli/plugin-trust/compare/3.7.91...3.7.92) (2025-05-18)
28

39
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ EXAMPLES
120120
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
121121
```
122122

123-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.92/src/commands/plugins/trust/verify.ts)_
123+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.93/src/commands/plugins/trust/verify.ts)_
124124

125125
<!-- 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.7.92",
4+
"version": "3.7.93",
55
"author": "Salesforce",
66
"bin": {
77
"sf-trust": "bin/dev"

0 commit comments

Comments
 (0)