From 957bace3a6ee47f224ed2cf65b7dba7b89eb2a0d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 11 Oct 2023 20:32:13 +0000 Subject: [PATCH] chore(release): 2.6.19 [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 8f7b5d4e..e1c46740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.19](https://github.com/salesforcecli/plugin-trust/compare/2.6.18...2.6.19) (2023-10-11) + +### Bug Fixes + +- also look for SF_NPM_REGISTRY ([104f2f9](https://github.com/salesforcecli/plugin-trust/commit/104f2f9395f24909d9ad45ac889755a63d48813e)) + ## [2.6.18](https://github.com/salesforcecli/plugin-trust/compare/2.6.17...2.6.18) (2023-10-03) ### Bug Fixes diff --git a/README.md b/README.md index f49cbe10..9399c3a6 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.18/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.19/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 616fc1f3..5acd38ce 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": "2.6.18", + "version": "2.6.19", "author": "Salesforce", "main": "lib/index.js", "bin": {