From a2505e626472e1b2e9a560024f08a2820bc0d58a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 13 Oct 2024 05:43:50 +0000 Subject: [PATCH] chore(release): 3.7.34 [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 571eb496..083e9c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.34](https://github.com/salesforcecli/plugin-trust/compare/3.7.33...3.7.34) (2024-10-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([42c7e7c](https://github.com/salesforcecli/plugin-trust/commit/42c7e7ccf557bbb45f8643d1e9ca251f5241ac08)) + ## [3.7.33](https://github.com/salesforcecli/plugin-trust/compare/3.7.32...3.7.33) (2024-10-06) ### Bug Fixes diff --git a/README.md b/README.md index 8bc85b3e..c39178db 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.33/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.34/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index f797147d..4d040bf9 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.33", + "version": "3.7.34", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"