diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a9545a..08619ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.12](https://github.com/salesforcecli/plugin-trust/compare/3.3.11...3.3.12) (2024-02-25) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.5.3 to 6.5.5 ([cc19180](https://github.com/salesforcecli/plugin-trust/commit/cc1918026a90af6b203b96f93dfe2f3198e504a9)) + ## [3.3.11](https://github.com/salesforcecli/plugin-trust/compare/3.3.10...3.3.11) (2024-02-24) ### Bug Fixes diff --git a/README.md b/README.md index 684fcb88..1910d403 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,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.3.11/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.12/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index be03d627..5592c8c2 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.3.11", + "version": "3.3.12", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"