From 9957c5487fb98b8ccb54862f8e902c1cc7cd1b5d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Aug 2024 05:43:52 +0000 Subject: [PATCH] chore(release): 3.7.18 [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 b403e8a4..85a4516e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.18](https://github.com/salesforcecli/plugin-trust/compare/3.7.17...3.7.18) (2024-08-04) + +### Bug Fixes + +- **deps:** bump npm from 10.8.1 to 10.8.2 ([f7cba00](https://github.com/salesforcecli/plugin-trust/commit/f7cba00c13d5cac8d28b705055f62474747e802b)) + ## [3.7.17](https://github.com/salesforcecli/plugin-trust/compare/3.7.16...3.7.17) (2024-07-28) ### Bug Fixes diff --git a/README.md b/README.md index 868930ec..27916b03 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.7.17/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.18/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index f3c869b6..31e3beeb 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.7.17", + "version": "3.7.18", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"