From f2debb8ddd488f4647afa2d817b37903738bc759 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 25 Nov 2023 11:44:13 +0000 Subject: [PATCH] chore(release): 3.0.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 9bf48a3c..8140aabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.5](https://github.com/salesforcecli/plugin-trust/compare/3.0.4...3.0.5) (2023-11-25) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.11.0 to 3.12.0 ([547e96c](https://github.com/salesforcecli/plugin-trust/commit/547e96c5f7f7eb9747f4f0ee33c56f31ae437684)) + ## [3.0.4](https://github.com/salesforcecli/plugin-trust/compare/3.0.3...3.0.4) (2023-11-15) ### Bug Fixes diff --git a/README.md b/README.md index 80f54afb..4ddceb58 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.4/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.0.5/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 3b7776bc..8f9732e5 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.4", + "version": "3.0.5", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"