Skip to content

Commit 98db9a1

Browse files
committed
chore(release): 3.7.33 [skip ci]
1 parent e3a6e46 commit 98db9a1

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.33](https://github.com/salesforcecli/plugin-trust/compare/3.7.32...3.7.33) (2024-10-06)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump npm from 10.8.3 to 10.9.0 ([f3ee65a](https://github.com/salesforcecli/plugin-trust/commit/f3ee65ac07390eb7ad2b14f82b97093bfa06516c))
6+
17
## [3.7.32](https://github.com/salesforcecli/plugin-trust/compare/3.7.31...3.7.32) (2024-09-29)
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.32/src/commands/plugins/trust/verify.ts)_
123+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.33/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.32",
4+
"version": "3.7.33",
55
"author": "Salesforce",
66
"bin": {
77
"sf-trust": "bin/dev"

0 commit comments

Comments
 (0)