diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa9cc3a..78b61249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.41](https://github.com/salesforcecli/plugin-trust/compare/3.7.40...3.7.41) (2024-11-10) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.13 to 3.4.18 ([d3138bb](https://github.com/salesforcecli/plugin-trust/commit/d3138bbf9c89ba155171845089bb4997da74eff8)) + ## [3.7.40](https://github.com/salesforcecli/plugin-trust/compare/3.7.39...3.7.40) (2024-11-08) ### Bug Fixes diff --git a/README.md b/README.md index 06810c49..0455ff68 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.40/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.41/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index cdb073e6..3b23db06 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.40", + "version": "3.7.41", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"