From ceda9ea5e7ebf9493a80f9f8aa4189e39891117c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 29 Nov 2023 22:55:25 +0000 Subject: [PATCH] chore(release): 3.0.7 [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 20575f76..a15084bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.7](https://github.com/salesforcecli/plugin-trust/compare/3.0.6...3.0.7) (2023-11-29) + +### Bug Fixes + +- sync npm version with plugin-plugins ([21f38fd](https://github.com/salesforcecli/plugin-trust/commit/21f38fdd38dd019888a1698553294b35995c6655)) + ## [3.0.6](https://github.com/salesforcecli/plugin-trust/compare/3.0.5...3.0.6) (2023-11-26) ### Bug Fixes diff --git a/README.md b/README.md index 9256771b..b77677d3 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.6/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.7/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 85fac47f..fe1648cf 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.6", + "version": "3.0.7", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"