From c427062e1447344e5425523993e925a0cb3cb919 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 18 Aug 2024 08:43:50 +0000 Subject: [PATCH] chore(release): 3.7.23 [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 1b3db7df..e90daeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.23](https://github.com/salesforcecli/plugin-trust/compare/3.7.22...3.7.23) (2024-08-18) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.3.27 to 3.3.28 ([3a90caf](https://github.com/salesforcecli/plugin-trust/commit/3a90caf800b6782a8b9faf2bd3ddda6ce256fe1d)) + ## [3.7.22](https://github.com/salesforcecli/plugin-trust/compare/3.7.21...3.7.22) (2024-08-11) ### Bug Fixes diff --git a/README.md b/README.md index 81168595..a779bd00 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.22/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.23/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 886fb0eb..2bd26845 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.22", + "version": "3.7.23", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"