diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e9cb71..951cb0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.12](https://github.com/salesforcecli/plugin-trust/compare/3.7.11...3.7.12) (2024-06-30) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([a0c31c2](https://github.com/salesforcecli/plugin-trust/commit/a0c31c21feecd5da511d91c37393d2d94b29f0cf)) + ## [3.7.11](https://github.com/salesforcecli/plugin-trust/compare/3.7.10...3.7.11) (2024-06-29) ### Bug Fixes diff --git a/README.md b/README.md index 3cbf371b..0a38c46c 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.11/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.12/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 39c2c778..265e6148 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.11", + "version": "3.7.12", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"