From 6de2a0576b2c5c73f4183f3d2ff6a81e100a3c1d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 21 Feb 2024 02:44:14 +0000 Subject: [PATCH] chore(release): 3.3.10 [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 5956f818..35c20813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.10](https://github.com/salesforcecli/plugin-trust/compare/3.3.9...3.3.10) (2024-02-21) + +### Bug Fixes + +- **deps:** bump ip from 1.1.8 to 1.1.9 ([be80790](https://github.com/salesforcecli/plugin-trust/commit/be80790fbdadc555665f8cbaf43f250b83dbe55b)) + ## [3.3.9](https://github.com/salesforcecli/plugin-trust/compare/3.3.8...3.3.9) (2024-02-18) ### Bug Fixes diff --git a/README.md b/README.md index 9ce7e747..78859939 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,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.3.9/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.10/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index e64536ff..bc40adbd 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.3.9", + "version": "3.3.10", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"