From cbcac152d0fca4b954b93efea21c4fb379993ee9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 29 Dec 2024 03:00:21 +0000 Subject: [PATCH] chore(release): 3.7.53 [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 779a6e25..57771dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.53](https://github.com/salesforcecli/plugin-trust/compare/3.7.52...3.7.53) (2024-12-29) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.29 to 3.4.30 ([1269133](https://github.com/salesforcecli/plugin-trust/commit/1269133c892e367d96cece34dde32341ff23ec02)) + ## [3.7.52](https://github.com/salesforcecli/plugin-trust/compare/3.7.51...3.7.52) (2024-12-22) ### Bug Fixes diff --git a/README.md b/README.md index 9775b2a3..d2b4475e 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.52/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.53/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 56721cbe..60ba0b9c 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.52", + "version": "3.7.53", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"