From b3107035cd504aa65e6a019f6f28ac22b5c29169 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 11 Nov 2023 00:15:08 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f198ba..00366174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.2](https://github.com/salesforcecli/plugin-trust/compare/3.0.1...3.0.2) (2023-11-11) + +### Bug Fixes + +- pass json flag to plugins install ([#643](https://github.com/salesforcecli/plugin-trust/issues/643)) ([c8157ec](https://github.com/salesforcecli/plugin-trust/commit/c8157ecf29d24f93b6997696d32542fa13d92ce9)) + ## [3.0.1](https://github.com/salesforcecli/plugin-trust/compare/2.6.23...3.0.1) (2023-11-06) ### Bug Fixes diff --git a/README.md b/README.md index 1f779775..07ffd40d 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/2.6.24/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.2/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index ff225ef8..b116cb9a 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.1", + "version": "3.0.2", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"