From 5abba0682113e83a252b49f6122cb09ebf7fff48 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 16 Jun 2024 05:43:51 +0000 Subject: [PATCH] chore(release): 3.7.7 [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 08e3d1a9..bb43e837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.7](https://github.com/salesforcecli/plugin-trust/compare/3.7.6...3.7.7) (2024-06-16) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.2.8 to 3.3.7 ([dea3569](https://github.com/salesforcecli/plugin-trust/commit/dea35690acd6548ca2f27aa779802238aab7089e)) + ## [3.7.6](https://github.com/salesforcecli/plugin-trust/compare/3.7.5...3.7.6) (2024-06-13) ### Bug Fixes diff --git a/README.md b/README.md index dcafd92c..38fe2160 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.6/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.7/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index dc0a7325..ffb577d6 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.6", + "version": "3.7.7", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"