From 3816489fe9b57d022aa8256f72f6290c981442ee Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 30 Dec 2023 11:44:10 +0000 Subject: [PATCH] chore(release): 3.2.5 [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 3fcee706..03c77c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.5](https://github.com/salesforcecli/plugin-trust/compare/3.2.4...3.2.5) (2023-12-30) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.12 to 5.0.13 ([5833290](https://github.com/salesforcecli/plugin-trust/commit/5833290b75428905d1ca45cc9c4f446ad21fc3d5)) + ## [3.2.4](https://github.com/salesforcecli/plugin-trust/compare/3.2.3...3.2.4) (2023-12-24) ### Bug Fixes diff --git a/README.md b/README.md index de76a006..af666416 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.4/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.2.5/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 7b49adca..7eaf3248 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.4", + "version": "3.2.5", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"