From 5023deaa39da28c138175725a9ab0853a787de98 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Dec 2023 05:44:07 +0000 Subject: [PATCH] chore(release): 3.1.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 0394f1d7..a2d2510d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.1](https://github.com/salesforcecli/plugin-trust/compare/3.1.0...3.1.1) (2023-12-03) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.12.0 to 3.13.1 ([6f7c917](https://github.com/salesforcecli/plugin-trust/commit/6f7c91788541885bb01bedb6a751cee7cbd199b6)) + # [3.1.0](https://github.com/salesforcecli/plugin-trust/compare/3.0.7...3.1.0) (2023-12-01) ### Features diff --git a/README.md b/README.md index 6beb23f8..ec86a740 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.1.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.1.1/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 84f43420..5eb07777 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.1.0", + "version": "3.1.1", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"