From 60396a11ae4c4405e4cd0995682bf6101b798563 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Dec 2023 11:44:23 +0000 Subject: [PATCH] chore(release): 3.2.3 [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 51ab3c8c..ce0d3a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.3](https://github.com/salesforcecli/plugin-trust/compare/3.2.2...3.2.3) (2023-12-17) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.4.1 to 6.4.2 ([702e94f](https://github.com/salesforcecli/plugin-trust/commit/702e94f4f9eac4b417ad6bc8fa7e7ea7fe79e4e3)) + ## [3.2.2](https://github.com/salesforcecli/plugin-trust/compare/3.2.1...3.2.2) (2023-12-17) ### Bug Fixes diff --git a/README.md b/README.md index fd5b6755..7f58666a 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.2.2/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.2.3/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index f14ff90f..dd831c5a 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.2.2", + "version": "3.2.3", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"