From 4182c28e0ffa073e348692b94c7bac7f5a473437 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 28 Mar 2024 18:58:26 +0000 Subject: [PATCH] chore(release): 3.5.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8eb1a8..f68d47c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [3.5.0](https://github.com/salesforcecli/plugin-trust/compare/3.4.0...3.5.0) (2024-03-28) + +### Bug Fixes + +- show name in prompt ([4d8d947](https://github.com/salesforcecli/plugin-trust/commit/4d8d947191ee8a4c8245c8e4d3855856eee06270)) +- update install confirmation message ([48759d6](https://github.com/salesforcecli/plugin-trust/commit/48759d6abf8f7ac358d2fea385b1323011d566ab)) + +### Features + +- support github urls in allow list file ([81cf593](https://github.com/salesforcecli/plugin-trust/commit/81cf5932fcbd1c234dbf740e8a3483fdac9446e4)) + # [3.4.0](https://github.com/salesforcecli/plugin-trust/compare/3.3.18...3.4.0) (2024-03-25) ### Features diff --git a/README.md b/README.md index 7693b187..783a60a2 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.4.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.5.0/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index bc387d6b..dda59db8 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.4.0", + "version": "3.5.0", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"