From 024036583c1ee66c4c6949b049d5e6caffdba865 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 24 Feb 2024 11:44:09 +0000 Subject: [PATCH] chore(release): 3.3.11 [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 35c20813..23a9545a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.11](https://github.com/salesforcecli/plugin-trust/compare/3.3.10...3.3.11) (2024-02-24) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.19.1 to 3.19.6 ([caf4d80](https://github.com/salesforcecli/plugin-trust/commit/caf4d800319fd1d1e75631e48c54b09d8e9ba7e8)) + ## [3.3.10](https://github.com/salesforcecli/plugin-trust/compare/3.3.9...3.3.10) (2024-02-21) ### Bug Fixes diff --git a/README.md b/README.md index 78859939..684fcb88 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.3.10/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.11/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index 90ab3061..0abad4b9 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.3.10", + "version": "3.3.11", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"