diff --git a/CHANGELOG.md b/CHANGELOG.md index c973fbac..227ae2d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.4](https://github.com/salesforcecli/plugin-trust/compare/3.7.3...3.7.4) (2024-06-02) + +### Bug Fixes + +- **deps:** bump npm from 10.8.0 to 10.8.1 ([b74aa81](https://github.com/salesforcecli/plugin-trust/commit/b74aa8128f52f8b1cfd0dc8c8aa75e8bf819a9be)) + ## [3.7.3](https://github.com/salesforcecli/plugin-trust/compare/3.7.2...3.7.3) (2024-05-26) ### Bug Fixes diff --git a/README.md b/README.md index 38682176..b383c12b 100644 --- a/README.md +++ b/README.md @@ -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.7.3/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.4/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 7c977607..df801798 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-trust", "description": "validate a digital signature for a npm package", - "version": "3.7.3", + "version": "3.7.4", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"