From fb5f46aac1c999292e5410db1818b6892f98fb7f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 21 Jul 2024 11:43:53 +0000 Subject: [PATCH] chore(release): 3.7.15 [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 833c9214..059836e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.15](https://github.com/salesforcecli/plugin-trust/compare/3.7.14...3.7.15) (2024-07-21) + +### Bug Fixes + +- **deps:** bump @salesforce/plugin-info from 3.3.11 to 3.3.19 ([400ea14](https://github.com/salesforcecli/plugin-trust/commit/400ea140ca115f0afd0a10a9075db0218eafac7d)) + ## [3.7.14](https://github.com/salesforcecli/plugin-trust/compare/3.7.13...3.7.14) (2024-07-21) ### Bug Fixes diff --git a/README.md b/README.md index 5836b731..bbc75955 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.14/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.15/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index df440131..1f2d18b6 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.14", + "version": "3.7.15", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"