diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b566111..df05ebde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.44](https://github.com/salesforcecli/plugin-trust/compare/3.7.43...3.7.44) (2024-11-24) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.18 to 3.4.21 ([461bca7](https://github.com/salesforcecli/plugin-trust/commit/461bca7934587ffe6e64f48beefb0316e642c1fb)) + ## [3.7.43](https://github.com/salesforcecli/plugin-trust/compare/3.7.42...3.7.43) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index f9b8b293..9c3e13a1 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.43/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.44/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 4ab78b44..3b97172d 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.43", + "version": "3.7.44", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"