From a3be1a229415271fa770647b6ae2c156a58ad4af Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 5 Dec 2023 18:47:58 +0000 Subject: [PATCH] chore(release): 3.1.2 [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 a2d2510d..250cb7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.2](https://github.com/salesforcecli/plugin-trust/compare/3.1.1...3.1.2) (2023-12-05) + +### Bug Fixes + +- bump npm ([3c50c17](https://github.com/salesforcecli/plugin-trust/commit/3c50c17eb6b628efc449e7eb1dd7f36dff07f412)) + ## [3.1.1](https://github.com/salesforcecli/plugin-trust/compare/3.1.0...3.1.1) (2023-12-03) ### Bug Fixes diff --git a/README.md b/README.md index ec86a740..57204059 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.1/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.1.2/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 412c6786..a09759bc 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.1", + "version": "3.1.2", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"