From a954263a9f4ddf48805f09f94deb7ed84127070c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 26 Feb 2024 18:55:21 +0000 Subject: [PATCH] chore(release): 3.3.14 [skip ci] --- CHANGELOG.md | 2 ++ README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b259ec11..61ee3144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [3.3.14](https://github.com/salesforcecli/plugin-trust/compare/3.3.13...3.3.14) (2024-02-26) + ## [3.3.13](https://github.com/salesforcecli/plugin-trust/compare/3.3.12...3.3.13) (2024-02-26) ### Bug Fixes diff --git a/README.md b/README.md index a25a9cfa..b928cb54 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.13/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.14/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index ab471a64..6cea5e77 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.13", + "version": "3.3.14", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"