diff --git a/CHANGELOG.md b/CHANGELOG.md index 227ae2d6..b9ee654f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.5](https://github.com/salesforcecli/plugin-trust/compare/3.7.4...3.7.5) (2024-06-06) + +### Bug Fixes + +- **deps:** devScripts + manual changes ([#843](https://github.com/salesforcecli/plugin-trust/issues/843)) ([559ef17](https://github.com/salesforcecli/plugin-trust/commit/559ef1750d8178e6579b929e00a77b80f2edc074)) + ## [3.7.4](https://github.com/salesforcecli/plugin-trust/compare/3.7.3...3.7.4) (2024-06-02) ### Bug Fixes diff --git a/README.md b/README.md index b383c12b..30e0e2c4 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.4/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.5/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index d84f54bf..5fb88f3d 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.4", + "version": "3.7.5", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"