diff --git a/CHANGELOG.md b/CHANGELOG.md index 513e1786..db5ebf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.27](https://github.com/salesforcecli/plugin-trust/compare/3.7.26...3.7.27) (2024-09-01) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 11.3.5 to 11.3.6 ([a234253](https://github.com/salesforcecli/plugin-trust/commit/a2342533223ff3fa3bec0e81be1d7ed71bb6f807)) + ## [3.7.26](https://github.com/salesforcecli/plugin-trust/compare/3.7.25...3.7.26) (2024-08-31) ### Bug Fixes diff --git a/README.md b/README.md index 9c37e27e..35484a43 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.26/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.27/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 6b9c8b82..b65b4294 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.26", + "version": "3.7.27", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"