diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c77c30..a2205c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.3.0](https://github.com/salesforcecli/plugin-trust/compare/3.2.5...3.3.0) (2024-01-05) + +### Features + +- use new inquirer via sf-plugins-core ([#697](https://github.com/salesforcecli/plugin-trust/issues/697)) ([465840e](https://github.com/salesforcecli/plugin-trust/commit/465840e5b3675624723f7c4c6a4470d3ca241f50)) + ## [3.2.5](https://github.com/salesforcecli/plugin-trust/compare/3.2.4...3.2.5) (2023-12-30) ### Bug Fixes diff --git a/README.md b/README.md index af666416..1f8f5aa7 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.2.5/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.0/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 9ef27de0..974403e2 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.2.5", + "version": "3.3.0", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"