From c0a02ec08811ba32e1c98a3b6f882618e073502e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 11 Aug 2024 11:43:54 +0000 Subject: [PATCH] chore(release): 3.7.22 [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 9651fb99..1b3db7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.22](https://github.com/salesforcecli/plugin-trust/compare/3.7.21...3.7.22) (2024-08-11) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.3.21 to 3.3.27 ([a6f65bb](https://github.com/salesforcecli/plugin-trust/commit/a6f65bb4f6bb754ac650a65ca7b011c2ae677d91)) + ## [3.7.21](https://github.com/salesforcecli/plugin-trust/compare/3.7.20...3.7.21) (2024-08-11) ### Bug Fixes diff --git a/README.md b/README.md index cc209d82..81168595 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.21/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.22/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index a8935a4b..a002061e 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.21", + "version": "3.7.22", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"