diff --git a/CHANGELOG.md b/CHANGELOG.md index ed60bc12..0d110386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.7](https://github.com/salesforcecli/plugin-trust/compare/3.6.6...3.6.7) (2024-05-01) + +### Bug Fixes + +- standard npm updates ([#805](https://github.com/salesforcecli/plugin-trust/issues/805)) ([57d8cbf](https://github.com/salesforcecli/plugin-trust/commit/57d8cbfa100061540eabe1edb3ee3ac6d4644b43)) + ## [3.6.6](https://github.com/salesforcecli/plugin-trust/compare/3.6.5...3.6.6) (2024-04-21) ### Bug Fixes diff --git a/README.md b/README.md index 3a36b254..3cc901c1 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.6/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.7/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index dd0ce173..46585448 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.6", + "version": "3.6.7", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"