From f765fcf045b7aa270f3e6920dfeb4fb931e22c5c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Dec 2023 08:44:02 +0000 Subject: [PATCH] chore(release): 3.2.4 [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 ce0d3a3d..3fcee706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.4](https://github.com/salesforcecli/plugin-trust/compare/3.2.3...3.2.4) (2023-12-24) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.10 to 5.0.12 ([da4e71c](https://github.com/salesforcecli/plugin-trust/commit/da4e71c98d441e67e2f56775af8df9ed6202bd4c)) + ## [3.2.3](https://github.com/salesforcecli/plugin-trust/compare/3.2.2...3.2.3) (2023-12-17) ### Bug Fixes diff --git a/README.md b/README.md index 7f58666a..de76a006 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.3/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.2.4/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 75e176de..2969d338 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.3", + "version": "3.2.4", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"