From 5cfa97de139c502bf22002c8015db4ce04b4b461 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 1 Dec 2024 05:44:35 +0000 Subject: [PATCH] chore(release): 3.7.45 [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 df05ebde..783bf5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.45](https://github.com/salesforcecli/plugin-trust/compare/3.7.44...3.7.45) (2024-12-01) + +### Bug Fixes + +- **deps:** bump npm from 10.9.0 to 10.9.1 ([dbd0f11](https://github.com/salesforcecli/plugin-trust/commit/dbd0f1154dc0aa74fbc8c1df06b9aef2f34b5760)) + ## [3.7.44](https://github.com/salesforcecli/plugin-trust/compare/3.7.43...3.7.44) (2024-11-24) ### Bug Fixes diff --git a/README.md b/README.md index 9c3e13a1..6eda40fb 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.44/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.45/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 7e313c6d..bf72701e 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.44", + "version": "3.7.45", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"