From 0d6593c923df7131f1755c7c1eb2c226baa2987e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Dec 2024 03:04:17 +0000 Subject: [PATCH] chore(release): 3.7.47 [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 7f013c22..b5f9f8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.47](https://github.com/salesforcecli/plugin-trust/compare/3.7.46...3.7.47) (2024-12-08) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.21 to 3.4.25 ([6cef182](https://github.com/salesforcecli/plugin-trust/commit/6cef18210fb6fd6353738d16960b0141ee4be55e)) + ## [3.7.46](https://github.com/salesforcecli/plugin-trust/compare/3.7.45...3.7.46) (2024-12-07) ### Bug Fixes diff --git a/README.md b/README.md index 98891852..038e6637 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.46/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.47/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 21c73f39..92a2e29b 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.46", + "version": "3.7.47", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"