From 384ebf1ca4fadd1a6c9bb732752645556405fba7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 22 Dec 2024 05:44:03 +0000 Subject: [PATCH] chore(release): 3.7.52 [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 5d0c445a..779a6e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.52](https://github.com/salesforcecli/plugin-trust/compare/3.7.51...3.7.52) (2024-12-22) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.4.25 to 3.4.29 ([7712522](https://github.com/salesforcecli/plugin-trust/commit/77125225849ad09395c7f7d500367b878a700731)) + ## [3.7.51](https://github.com/salesforcecli/plugin-trust/compare/3.7.50...3.7.51) (2024-12-14) ### Bug Fixes diff --git a/README.md b/README.md index ff435b0c..9775b2a3 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.51/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.52/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 9fc6bdcb..47c7626d 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.51", + "version": "3.7.52", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"