From be9095157011f00d1b692ee1cc6ca93dd756e151 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 27 Oct 2024 11:43:55 +0000 Subject: [PATCH] chore(release): 3.7.38 [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 f0b8b876..6338df4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.38](https://github.com/salesforcecli/plugin-trust/compare/3.7.37...3.7.38) (2024-10-27) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.6.2 to 8.6.3 ([63a98d8](https://github.com/salesforcecli/plugin-trust/commit/63a98d88f7886ceb6885d98e0aa0791cb2d15ccf)) + ## [3.7.37](https://github.com/salesforcecli/plugin-trust/compare/3.7.36...3.7.37) (2024-10-27) ### Bug Fixes diff --git a/README.md b/README.md index f568c09c..621c7de5 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.37/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.38/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index b0dd6208..54f76db8 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.37", + "version": "3.7.38", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"