From bb4f94bc946859768c3e0b27cf13da00d6154614 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 23 Jun 2024 02:47:13 +0000 Subject: [PATCH] chore(release): 3.7.9 [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 05cd0672..d545acfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.9](https://github.com/salesforcecli/plugin-trust/compare/3.7.8...3.7.9) (2024-06-23) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.0.2 to 8.0.3 ([1970b84](https://github.com/salesforcecli/plugin-trust/commit/1970b847dc84ea2e0d83b533b98b3e0295ea0c47)) + ## [3.7.8](https://github.com/salesforcecli/plugin-trust/compare/3.7.7...3.7.8) (2024-06-20) ### Bug Fixes diff --git a/README.md b/README.md index e13a7e7f..140016f6 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.8/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.9/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 1e971c34..13538006 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.8", + "version": "3.7.9", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"