From 8a4300722a11aa50258ef607d58290f66de992ff Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 26 Feb 2024 02:44:12 +0000 Subject: [PATCH] chore(release): 3.3.13 [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 08619ea0..b259ec11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.13](https://github.com/salesforcecli/plugin-trust/compare/3.3.12...3.3.13) (2024-02-26) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 7.1.9 to 7.1.13 ([2188cc8](https://github.com/salesforcecli/plugin-trust/commit/2188cc868636963069aad64f0a31d618689becaa)) + ## [3.3.12](https://github.com/salesforcecli/plugin-trust/compare/3.3.11...3.3.12) (2024-02-25) ### Bug Fixes diff --git a/README.md b/README.md index 1910d403..a25a9cfa 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.3.12/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.13/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 8393ce90..4eccc67d 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.3.12", + "version": "3.3.13", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"