From 8f08aee2732da497ac0b407b7edad5233b2440d5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 30 Mar 2024 11:44:02 +0000 Subject: [PATCH] chore(release): 3.5.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 f68d47c3..82f6bee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.5.1](https://github.com/salesforcecli/plugin-trust/compare/3.5.0...3.5.1) (2024-03-30) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 8.0.1 to 8.0.2 ([ffbde61](https://github.com/salesforcecli/plugin-trust/commit/ffbde61e4bb3ead0fa5ca5d58bbe34340297c31d)) + # [3.5.0](https://github.com/salesforcecli/plugin-trust/compare/3.4.0...3.5.0) (2024-03-28) ### Bug Fixes diff --git a/README.md b/README.md index 783a60a2..d72dea31 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.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.5.1/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 68720586..fa4abc13 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.0", + "version": "3.5.1", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"