From 0a3fdedb42d86b9f70c09a50a6a86fd111e217f7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 5 Apr 2024 19:27:43 +0000 Subject: [PATCH] chore(release): 3.5.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 a7aa43bb..b3f39a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.5.3](https://github.com/salesforcecli/plugin-trust/compare/3.5.2...3.5.3) (2024-04-05) + +### Bug Fixes + +- file casing consistent with export ([d98792d](https://github.com/salesforcecli/plugin-trust/commit/d98792da2db55b47467bdf74652421fa5b406607)) + ## [3.5.2](https://github.com/salesforcecli/plugin-trust/compare/3.5.1...3.5.2) (2024-04-05) ### Bug Fixes diff --git a/README.md b/README.md index 79e23754..734fcfa7 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.2/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.5.3/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index bb20625a..b3658c42 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.2", + "version": "3.5.3", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"