From 4631c122adeaaf1c98c5eb833ed650082b3677fd Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 26 Nov 2023 08:44:09 +0000 Subject: [PATCH] chore(release): 3.0.6 [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 8140aabf..20575f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.6](https://github.com/salesforcecli/plugin-trust/compare/3.0.5...3.0.6) (2023-11-26) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.4 ([ad393c0](https://github.com/salesforcecli/plugin-trust/commit/ad393c0f9e15ba519f03daa233e5d9d932373bc2)) + ## [3.0.5](https://github.com/salesforcecli/plugin-trust/compare/3.0.4...3.0.5) (2023-11-25) ### Bug Fixes diff --git a/README.md b/README.md index 4ddceb58..9256771b 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.0.5/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.6/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 2442af31..16fff2f4 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.0.5", + "version": "3.0.6", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"