diff --git a/CHANGELOG.md b/CHANGELOG.md index eccb3c56..27fd1032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.4](https://github.com/salesforcecli/plugin-trust/compare/3.6.3...3.6.4) (2024-04-21) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([0faa432](https://github.com/salesforcecli/plugin-trust/commit/0faa432add5fc7d51a65de9b46ea203c7e384eb3)) + ## [3.6.3](https://github.com/salesforcecli/plugin-trust/compare/3.6.2...3.6.3) (2024-04-12) ### Bug Fixes diff --git a/README.md b/README.md index 059b4ade..719eebca 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.3/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.4/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 6ae83dfd..2270117f 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.3", + "version": "3.6.4", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"