diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8d5f0d..a1033d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.7](https://github.com/salesforcecli/plugin-trust/compare/3.3.6...3.3.7) (2024-02-11) + +### Bug Fixes + +- **deps:** bump semver from 7.5.4 to 7.6.0 ([bdef042](https://github.com/salesforcecli/plugin-trust/commit/bdef04282594f5d1c3ac53104c1ee22610003434)) + ## [3.3.6](https://github.com/salesforcecli/plugin-trust/compare/3.3.5...3.3.6) (2024-02-04) ### Bug Fixes diff --git a/README.md b/README.md index f33af451..1375d6b4 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,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.3.6/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.7/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 295d0c10..749b227e 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.3.6", + "version": "3.3.7", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"