From 98db9a102693a84be3a42888e09d0c382b3aa9e2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 6 Oct 2024 05:43:54 +0000 Subject: [PATCH] chore(release): 3.7.33 [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 ef938ef7..571eb496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.33](https://github.com/salesforcecli/plugin-trust/compare/3.7.32...3.7.33) (2024-10-06) + +### Bug Fixes + +- **deps:** bump npm from 10.8.3 to 10.9.0 ([f3ee65a](https://github.com/salesforcecli/plugin-trust/commit/f3ee65ac07390eb7ad2b14f82b97093bfa06516c)) + ## [3.7.32](https://github.com/salesforcecli/plugin-trust/compare/3.7.31...3.7.32) (2024-09-29) ### Bug Fixes diff --git a/README.md b/README.md index 38839149..8bc85b3e 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.32/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.33/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 49e8df20..f5635511 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.32", + "version": "3.7.33", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"