From 73afb2b8f439098171db334fcc660fa84a913442 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 15 Nov 2023 22:45:59 +0000 Subject: [PATCH] chore(release): 3.0.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 8adcc5bd..9bf48a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.4](https://github.com/salesforcecli/plugin-trust/compare/3.0.3...3.0.4) (2023-11-15) + +### Bug Fixes + +- **deps:** updates from devScripts and core v6 ([22fa38a](https://github.com/salesforcecli/plugin-trust/commit/22fa38a7fe0d794dbad25dd44ac71413b1d29c49)) + ## [3.0.3](https://github.com/salesforcecli/plugin-trust/compare/3.0.2...3.0.3) (2023-11-12) ### Bug Fixes diff --git a/README.md b/README.md index e09bf040..80f54afb 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.0.3/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.4/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 94e19932..af7217d5 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.0.3", + "version": "3.0.4", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"