From cc33ce68f1cd0244dbf29bf208d5daa51df0c20f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 31 Aug 2024 11:43:56 +0000 Subject: [PATCH] chore(release): 3.7.26 [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 3117c2be..513e1786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.26](https://github.com/salesforcecli/plugin-trust/compare/3.7.25...3.7.26) (2024-08-31) + +### Bug Fixes + +- **deps:** bump npm from 10.8.2 to 10.8.3 ([1369901](https://github.com/salesforcecli/plugin-trust/commit/136990169c13153a8d327abf21a00b2e3dc28c9f)) + ## [3.7.25](https://github.com/salesforcecli/plugin-trust/compare/3.7.24...3.7.25) (2024-08-25) ### Bug Fixes diff --git a/README.md b/README.md index a0f07f94..9c37e27e 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.25/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.26/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index fdbc30a1..7d5404d5 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.25", + "version": "3.7.26", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"