diff --git a/CHANGELOG.md b/CHANGELOG.md index c9718c7b..6ad7137d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.2](https://github.com/salesforcecli/plugin-trust/compare/3.6.1...3.6.2) (2024-04-12) + +### Bug Fixes + +- **deps:** bump devDeps ([3d4a1cd](https://github.com/salesforcecli/plugin-trust/commit/3d4a1cdb26b5aecb963fad060077e2a2057124e6)) + ## [3.6.1](https://github.com/salesforcecli/plugin-trust/compare/3.6.0...3.6.1) (2024-04-10) ### Bug Fixes diff --git a/README.md b/README.md index 20199f4c..bc2de6ba 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.1/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.2/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 55748734..d029a56a 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.1", + "version": "3.6.2", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"