diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f9f8f3..0d022c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.48](https://github.com/salesforcecli/plugin-trust/compare/3.7.47...3.7.48) (2024-12-08) + +### Bug Fixes + +- **deps:** bump proxy-agent from 6.4.0 to 6.5.0 ([7c6967e](https://github.com/salesforcecli/plugin-trust/commit/7c6967ef9605fba986598ae6252e1aaa48fa09c2)) + ## [3.7.47](https://github.com/salesforcecli/plugin-trust/compare/3.7.46...3.7.47) (2024-12-08) ### Bug Fixes diff --git a/README.md b/README.md index 038e6637..b59e86a5 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.47/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.48/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index f7837638..80f9c6c8 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.47", + "version": "3.7.48", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"