From c84ed047fc5be8470682935eda161799a3cde7d3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 27 Oct 2024 03:00:09 +0000 Subject: [PATCH] chore(release): 3.7.37 [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 30b21904..f0b8b876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.37](https://github.com/salesforcecli/plugin-trust/compare/3.7.36...3.7.37) (2024-10-27) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.29 to 4.0.30 ([833fba0](https://github.com/salesforcecli/plugin-trust/commit/833fba0bf08e1783fd8e65de5bcccf88ff652f3b)) + ## [3.7.36](https://github.com/salesforcecli/plugin-trust/compare/3.7.35...3.7.36) (2024-10-26) ### Bug Fixes diff --git a/README.md b/README.md index 03bfb37a..f568c09c 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.36/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.37/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 53818025..27743706 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.36", + "version": "3.7.37", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"