diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0c445a..779a6e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.52](https://github.com/salesforcecli/plugin-trust/compare/3.7.51...3.7.52) (2024-12-22) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.25 to 3.4.29 ([7712522](https://github.com/salesforcecli/plugin-trust/commit/77125225849ad09395c7f7d500367b878a700731)) + ## [3.7.51](https://github.com/salesforcecli/plugin-trust/compare/3.7.50...3.7.51) (2024-12-14) ### Bug Fixes diff --git a/README.md b/README.md index ff435b0c..9775b2a3 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.51/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.52/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 9fc6bdcb..47c7626d 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.51", + "version": "3.7.52", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"