diff --git a/CHANGELOG.md b/CHANGELOG.md index fea98ba8..4223e894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.2](https://github.com/salesforcecli/plugin-trust/compare/3.7.1...3.7.2) (2024-05-26) + +### Bug Fixes + +- **deps:** bump npm from 10.7.0 to 10.8.0 ([a5b0f94](https://github.com/salesforcecli/plugin-trust/commit/a5b0f940c9108e35c917d14f290d75d699dabe94)) + ## [3.7.1](https://github.com/salesforcecli/plugin-trust/compare/3.7.0...3.7.1) (2024-05-25) ### Bug Fixes diff --git a/README.md b/README.md index 30325658..50e37452 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.1/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.2/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index d772640d..d1220cdd 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.1", + "version": "3.7.2", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"