From fb7a5322241c78abe665467f766855a7b4367a61 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 18 Feb 2024 11:44:01 +0000 Subject: [PATCH] chore(release): 3.3.9 [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 d7015c47..5956f818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.9](https://github.com/salesforcecli/plugin-trust/compare/3.3.8...3.3.9) (2024-02-18) + +### Bug Fixes + +- **deps:** bump proxy-agent from 6.3.1 to 6.4.0 ([8e78944](https://github.com/salesforcecli/plugin-trust/commit/8e78944dacc50d4677b2e204296a222adf95d718)) + ## [3.3.8](https://github.com/salesforcecli/plugin-trust/compare/3.3.7...3.3.8) (2024-02-11) ### Bug Fixes diff --git a/README.md b/README.md index a26a5ab8..9ce7e747 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.8/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.9/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 272252b8..e64536ff 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.8", + "version": "3.3.9", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"