From 7589f14956748b65499d5bee63efc35c6e7dcaac Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 6 Jan 2024 11:44:04 +0000 Subject: [PATCH] chore(release): 3.3.1 [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 a2205c49..d1dbf0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.1](https://github.com/salesforcecli/plugin-trust/compare/3.3.0...3.3.1) (2024-01-06) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.4.2 to 6.4.4 ([80750c3](https://github.com/salesforcecli/plugin-trust/commit/80750c3d9aebe6b6768c5d797ed4a7f8e66195de)) + # [3.3.0](https://github.com/salesforcecli/plugin-trust/compare/3.2.5...3.3.0) (2024-01-05) ### Features diff --git a/README.md b/README.md index 1f8f5aa7..0eaf241d 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.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.1/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 2cc5679b..1206929e 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.0", + "version": "3.3.1", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"