From 2ef05e454f41be2659f9eba7d16da531a3624a57 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 3 Oct 2023 19:41:31 +0000 Subject: [PATCH] chore(release): 2.6.17 [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 1f34ef9b..09820422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.17](https://github.com/salesforcecli/plugin-trust/compare/2.6.16...2.6.17) (2023-10-03) + +### Bug Fixes + +- update npm version ([eba9f27](https://github.com/salesforcecli/plugin-trust/commit/eba9f2776a4ae66ab0cd89c10877378aa58f916d)) + ## [2.6.16](https://github.com/salesforcecli/plugin-trust/compare/2.6.15...2.6.16) (2023-09-28) ### Bug Fixes diff --git a/README.md b/README.md index 7f72b82c..c018e501 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.16/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.17/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 62ba5e4a..80c01ab7 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.16", + "version": "2.6.17", "author": "Salesforce", "main": "lib/index.js", "bin": {