diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a167a7..bb81c245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.9](https://github.com/salesforcecli/plugin-trust/compare/3.6.8...3.6.9) (2024-05-11) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.26.5 to 3.26.6 ([b3daac0](https://github.com/salesforcecli/plugin-trust/commit/b3daac086cb82300c9cf17aa10275c65d0bd9ff6)) + ## [3.6.8](https://github.com/salesforcecli/plugin-trust/compare/3.6.7...3.6.8) (2024-05-02) ### Bug Fixes diff --git a/README.md b/README.md index 0f8e5846..af56b410 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.6.8/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.9/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index ac995723..d8be8832 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.6.8", + "version": "3.6.9", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"