diff --git a/CHANGELOG.md b/CHANGELOG.md index 6338df4c..8e4f0a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.39](https://github.com/salesforcecli/plugin-trust/compare/3.7.38...3.7.39) (2024-11-03) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.6.3 to 8.6.4 ([814a4ce](https://github.com/salesforcecli/plugin-trust/commit/814a4ce7b09f8a919b7b1dcefd5444b71bde199b)) + ## [3.7.38](https://github.com/salesforcecli/plugin-trust/compare/3.7.37...3.7.38) (2024-10-27) ### Bug Fixes diff --git a/README.md b/README.md index 621c7de5..20f037e8 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.38/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.39/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 96cfe896..105dd93a 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.38", + "version": "3.7.39", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"