From 34a92f076db6c7746f6027e7f60fcca5ae4e053b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 10 Apr 2024 15:54:10 +0000 Subject: [PATCH] chore(release): 3.6.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 69eed6cf..55c9cc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.6.0](https://github.com/salesforcecli/plugin-trust/compare/3.5.4...3.6.0) (2024-04-10) + +### Features + +- core7 and jsforce-node ([4350cfc](https://github.com/salesforcecli/plugin-trust/commit/4350cfc0b6d50bf89eee05170b34cbbf153c1079)) + ## [3.5.4](https://github.com/salesforcecli/plugin-trust/compare/3.5.3...3.5.4) (2024-04-07) ### Bug Fixes diff --git a/README.md b/README.md index ace2ccab..a47db01f 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.5.4/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.0/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index ddd574f7..cc85887e 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.5.4", + "version": "3.6.0", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"