diff --git a/CHANGELOG.md b/CHANGELOG.md index 00366174..8adcc5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.3](https://github.com/salesforcecli/plugin-trust/compare/3.0.2...3.0.3) (2023-11-12) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 5.3.17 to 5.3.20 ([97e112b](https://github.com/salesforcecli/plugin-trust/commit/97e112b548602f156ca42ea7f776795c27ab79e3)) + ## [3.0.2](https://github.com/salesforcecli/plugin-trust/compare/3.0.1...3.0.2) (2023-11-11) ### Bug Fixes diff --git a/README.md b/README.md index 07ffd40d..e09bf040 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.0.2/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.3/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index ccdc451f..b5de3cfe 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.0.2", + "version": "3.0.3", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"