diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f99a7b..3117c2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.25](https://github.com/salesforcecli/plugin-trust/compare/3.7.24...3.7.25) (2024-08-25) + +### Bug Fixes + +- **deps:** bump micromatch from 4.0.5 to 4.0.8 ([0a85e80](https://github.com/salesforcecli/plugin-trust/commit/0a85e80a9f965f4a1294cb7507aa499c8ee2c6ab)) + ## [3.7.24](https://github.com/salesforcecli/plugin-trust/compare/3.7.23...3.7.24) (2024-08-24) ### Bug Fixes diff --git a/README.md b/README.md index 4bfd1c05..a0f07f94 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.24/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.25/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 93603716..7eaf232b 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.24", + "version": "3.7.25", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"