From 445e999df51714fef66929c3d925cbe2ef1281a6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Aug 2024 08:44:03 +0000 Subject: [PATCH] chore(release): 3.7.19 [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 85a4516e..d2970aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.19](https://github.com/salesforcecli/plugin-trust/compare/3.7.18...3.7.19) (2024-08-04) + +### Bug Fixes + +- **deps:** bump @salesforce/kit from 3.1.6 to 3.2.0 ([fd8b3b3](https://github.com/salesforcecli/plugin-trust/commit/fd8b3b36d33b6d84c00b3e5a8f8e1da542c1a878)) + ## [3.7.18](https://github.com/salesforcecli/plugin-trust/compare/3.7.17...3.7.18) (2024-08-04) ### Bug Fixes diff --git a/README.md b/README.md index 27916b03..55162c63 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.18/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.19/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 9d6c40aa..585b7b47 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.18", + "version": "3.7.19", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"