From b66760cfd5400e5cdcef142f137b99e723c6a988 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 25 Mar 2024 20:02:48 +0000 Subject: [PATCH] chore(release): 3.4.0 [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 a4533aad..3a8eb1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.4.0](https://github.com/salesforcecli/plugin-trust/compare/3.3.18...3.4.0) (2024-03-25) + +### Features + +- bump sf-plugins-core ([#770](https://github.com/salesforcecli/plugin-trust/issues/770)) ([aec4e76](https://github.com/salesforcecli/plugin-trust/commit/aec4e76110e3e812266f0d76dc3e316caf00cd85)) + ## [3.3.18](https://github.com/salesforcecli/plugin-trust/compare/3.3.17...3.3.18) (2024-03-24) ### Bug Fixes diff --git a/README.md b/README.md index 2469fb79..7693b187 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.3.18/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.4.0/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index ea9e0d55..bc387d6b 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.18", + "version": "3.4.0", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"