From 8e2a1c346c957773bb5200d17df2f0c9b82cd589 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 20 Jun 2024 16:11:12 +0000 Subject: [PATCH] chore(release): 3.7.8 [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 bb43e837..05cd0672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.8](https://github.com/salesforcecli/plugin-trust/compare/3.7.7...3.7.8) (2024-06-20) + +### Bug Fixes + +- updates from devScripts ([#859](https://github.com/salesforcecli/plugin-trust/issues/859)) ([f201807](https://github.com/salesforcecli/plugin-trust/commit/f201807b43303d3c8235c4f3498ac1b020e725b2)) + ## [3.7.7](https://github.com/salesforcecli/plugin-trust/compare/3.7.6...3.7.7) (2024-06-16) ### Bug Fixes diff --git a/README.md b/README.md index 38fe2160..e13a7e7f 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.7/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.8/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 4627801c..dc787179 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.7", + "version": "3.7.8", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"