From 0f57d5da8e1d4b70d04f436f112fbfd34da9310a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 22 Sep 2024 05:43:56 +0000 Subject: [PATCH] chore(release): 3.7.30 [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 6c05c6be..acea1581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.30](https://github.com/salesforcecli/plugin-trust/compare/3.7.29...3.7.30) (2024-09-22) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.19 to 4.0.22 ([362031e](https://github.com/salesforcecli/plugin-trust/commit/362031eac9d5923d7cc23fa9b75a03961d26757f)) + ## [3.7.29](https://github.com/salesforcecli/plugin-trust/compare/3.7.28...3.7.29) (2024-09-15) ### Bug Fixes diff --git a/README.md b/README.md index 25eba8ed..0eeb4de5 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.7.29/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.7.30/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 046e8e3e..3b2dcbb6 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.7.29", + "version": "3.7.30", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"