From 5d43e90da42ce22de0bc49db2af0980e3bbeac18 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 10 Apr 2024 17:55:45 +0000 Subject: [PATCH] chore(release): 3.6.1 [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 55c9cc68..c9718c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.1](https://github.com/salesforcecli/plugin-trust/compare/3.6.0...3.6.1) (2024-04-10) + +### Bug Fixes + +- **deps:** bump tar from 6.2.0 to 6.2.1 ([#790](https://github.com/salesforcecli/plugin-trust/issues/790)) ([e79fd6a](https://github.com/salesforcecli/plugin-trust/commit/e79fd6ac6a71bb4e2bf34e65be772ecb425be4cc)) + # [3.6.0](https://github.com/salesforcecli/plugin-trust/compare/3.5.4...3.6.0) (2024-04-10) ### Features diff --git a/README.md b/README.md index a47db01f..20199f4c 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.6.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.1/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index cc85887e..961af776 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.6.0", + "version": "3.6.1", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"