From bd3131c38cf38733474d8fee662ecbfba2e3e41e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 16 Nov 2024 11:43:52 +0000 Subject: [PATCH] chore(release): 3.7.42 [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 78b61249..179fb8de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.42](https://github.com/salesforcecli/plugin-trust/compare/3.7.41...3.7.42) (2024-11-16) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.6.4 to 8.8.0 ([2e2644d](https://github.com/salesforcecli/plugin-trust/commit/2e2644da4eee91e4e4dedb02a5ad728a857c10a2)) + ## [3.7.41](https://github.com/salesforcecli/plugin-trust/compare/3.7.40...3.7.41) (2024-11-10) ### Bug Fixes diff --git a/README.md b/README.md index 0455ff68..7bcbbad5 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.41/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.42/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index daf6e2d6..33955b6b 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.41", + "version": "3.7.42", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"