From fa4fb9c131c22253e30c84e25253203d303ec059 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 9 Mar 2025 05:43:53 +0000 Subject: [PATCH] chore(release): 3.7.70 [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 41d74c02..9e50d486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.70](https://github.com/salesforcecli/plugin-trust/compare/3.7.69...3.7.70) (2025-03-09) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.40 to 3.4.44 ([c48697b](https://github.com/salesforcecli/plugin-trust/commit/c48697ba4675b12c411b4a6d9e9d96e2584d43df)) + ## [3.7.69](https://github.com/salesforcecli/plugin-trust/compare/3.7.68...3.7.69) (2025-03-02) ### Bug Fixes diff --git a/README.md b/README.md index 6b6770ab..b4aa39eb 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.69/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.70/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 3144cce8..e8c46c35 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.69", + "version": "3.7.70", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"