From d3de84fe06d3b60e1b2fb753bab026ad2d622b54 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 23 May 2024 18:34:54 +0000 Subject: [PATCH] chore(release): 3.7.0 [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 d0bec131..772bfa1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.7.0](https://github.com/salesforcecli/plugin-trust/compare/3.6.13...3.7.0) (2024-05-23) + +### Features + +- add network diagnostic check ([#828](https://github.com/salesforcecli/plugin-trust/issues/828)) ([4577086](https://github.com/salesforcecli/plugin-trust/commit/457708699f2e7792484c0b47f1ed20ae93b578c7)) + ## [3.6.13](https://github.com/salesforcecli/plugin-trust/compare/3.6.12...3.6.13) (2024-05-19) ### Bug Fixes diff --git a/README.md b/README.md index ae1e0c7d..b81c8117 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.6.13/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.0/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 47486abb..dd1886b8 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.6.13", + "version": "3.7.0", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"