diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aed6078..4485e2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.59](https://github.com/salesforcecli/plugin-trust/compare/3.7.58...3.7.59) (2025-01-25) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.2.3 to 4.2.4 ([a2a3373](https://github.com/salesforcecli/plugin-trust/commit/a2a337357ce874a53c7b75f8ff838669c58282a2)) + ## [3.7.58](https://github.com/salesforcecli/plugin-trust/compare/3.7.57...3.7.58) (2025-01-19) ### Bug Fixes diff --git a/README.md b/README.md index 0ed7bece..2cc25f3b 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.58/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.59/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 872c7ad1..9ed6e30b 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.58", + "version": "3.7.59", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"