From bbf36847c7a82938c1056388bd59963da59af875 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 12 May 2024 08:44:02 +0000 Subject: [PATCH] chore(release): 3.6.11 [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 bcfc1f54..a11b9680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.11](https://github.com/salesforcecli/plugin-trust/compare/3.6.10...3.6.11) (2024-05-12) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 7.3.5 to 7.3.6 ([018fa76](https://github.com/salesforcecli/plugin-trust/commit/018fa763ee9ed21c242f679e634b434aeb020a28)) + ## [3.6.10](https://github.com/salesforcecli/plugin-trust/compare/3.6.9...3.6.10) (2024-05-12) ### Bug Fixes diff --git a/README.md b/README.md index 2406dcbf..a9d31a25 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.10/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.11/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 28559291..7e03380f 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.10", + "version": "3.6.11", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"