From 5c528a40ee767c1e5216926ea2dbb702d6c776b5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 24 Aug 2024 11:44:02 +0000 Subject: [PATCH] chore(release): 3.7.24 [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 e90daeb5..11f99a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.24](https://github.com/salesforcecli/plugin-trust/compare/3.7.23...3.7.24) (2024-08-24) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 11.3.0 to 11.3.4 ([4d9d7f8](https://github.com/salesforcecli/plugin-trust/commit/4d9d7f836b6c8623e7c332a5063e036aa6b171ac)) + ## [3.7.23](https://github.com/salesforcecli/plugin-trust/compare/3.7.22...3.7.23) (2024-08-18) ### Bug Fixes diff --git a/README.md b/README.md index a779bd00..4bfd1c05 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.23/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.24/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index e16d405b..93603716 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.23", + "version": "3.7.24", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"