Skip to content

Commit a85ce96

Browse files
committed
chore(release): 3.7.62 [skip ci]
1 parent 785ef79 commit a85ce96

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.7.62](https://github.com/salesforcecli/plugin-trust/compare/3.7.61...3.7.62) (2025-02-09)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 12.1.3 to 12.1.4 ([c7a4c4d](https://github.com/salesforcecli/plugin-trust/commit/c7a4c4d399e69fa927b754c8bfa51706aab25f40))
6+
17
## [3.7.61](https://github.com/salesforcecli/plugin-trust/compare/3.7.60...3.7.61) (2025-02-02)
28

39
### Bug Fixes

README.md

+1-1
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.61/src/commands/plugins/trust/verify.ts)_
123+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.62/src/commands/plugins/trust/verify.ts)_
124124

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

0 commit comments

Comments
 (0)