diff --git a/CHANGELOG.md b/CHANGELOG.md index d4668146..b403e8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.17](https://github.com/salesforcecli/plugin-trust/compare/3.7.16...3.7.17) (2024-07-28) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.3.19 to 3.3.21 ([fe8c77e](https://github.com/salesforcecli/plugin-trust/commit/fe8c77e23d21865ccb885582baf48a4d42915101)) + ## [3.7.16](https://github.com/salesforcecli/plugin-trust/compare/3.7.15...3.7.16) (2024-07-28) ### Bug Fixes diff --git a/README.md b/README.md index 48f07857..868930ec 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.16/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.17/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 0b5cb4e6..3b26a165 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.16", + "version": "3.7.17", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"