From 4ad5e7820456171a528bf21ec6a11805839c96ed Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 7 Dec 2024 11:44:07 +0000 Subject: [PATCH] chore(release): 3.7.46 [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 783bf5e0..7f013c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.46](https://github.com/salesforcecli/plugin-trust/compare/3.7.45...3.7.46) (2024-12-07) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([f0d952e](https://github.com/salesforcecli/plugin-trust/commit/f0d952ecfbb4abd80b3531994872e7c12e40a93a)) + ## [3.7.45](https://github.com/salesforcecli/plugin-trust/compare/3.7.44...3.7.45) (2024-12-01) ### Bug Fixes diff --git a/README.md b/README.md index 6eda40fb..98891852 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.45/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.46/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 012234d1..4a71433d 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.45", + "version": "3.7.46", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"