From 1ee18be0ff9236ec6f85df2d75d64297f42243e8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 25 May 2024 11:43:55 +0000 Subject: [PATCH] chore(release): 3.7.1 [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 772bfa1d..fea98ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.1](https://github.com/salesforcecli/plugin-trust/compare/3.7.0...3.7.1) (2024-05-25) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 9.0.10 to 9.0.12 ([71d10ae](https://github.com/salesforcecli/plugin-trust/commit/71d10ae4ad95589457268548013eef12e7ee6b58)) + # [3.7.0](https://github.com/salesforcecli/plugin-trust/compare/3.6.13...3.7.0) (2024-05-23) ### Features diff --git a/README.md b/README.md index b81c8117..30325658 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.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.1/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 970c31b1..62af1835 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.0", + "version": "3.7.1", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"