From dd618d233b26e6284bb12b6324e7b2eaadaa32db Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 19 Jan 2025 08:44:08 +0000 Subject: [PATCH] chore(release): 3.7.58 [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 3541bce9..3aed6078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.58](https://github.com/salesforcecli/plugin-trust/compare/3.7.57...3.7.58) (2025-01-19) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.2.2 to 4.2.3 ([25bc493](https://github.com/salesforcecli/plugin-trust/commit/25bc4938b2cd6ce1412cfa1236c15d472d4365d1)) + ## [3.7.57](https://github.com/salesforcecli/plugin-trust/compare/3.7.56...3.7.57) (2025-01-19) ### Bug Fixes diff --git a/README.md b/README.md index a8b70353..0ed7bece 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.57/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.58/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 836bd3ca..9eaecdf6 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.57", + "version": "3.7.58", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"