From 678ea8f42a8a162e968ebb830a8a828ba62e0fd3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 22 Oct 2023 05:44:16 +0000 Subject: [PATCH] chore(release): 2.8.23 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++++------- package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4b857c..2cbf6677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.8.23](https://github.com/salesforcecli/plugin-auth/compare/2.8.22...2.8.23) (2023-10-22) + +### Bug Fixes + +- **deps:** bump @salesforce/ts-types from 2.0.8 to 2.0.9 ([f68e43b](https://github.com/salesforcecli/plugin-auth/commit/f68e43b934b5c160b6059835c96598f6db649251)) + ## [2.8.22](https://github.com/salesforcecli/plugin-auth/compare/2.8.21...2.8.22) (2023-10-17) ### Bug Fixes diff --git a/README.md b/README.md index bb897956..d62a2a92 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ EXAMPLES $ sfdx org:list:auth ``` -_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/list/auth.ts)_ ## `sfdx org:login:access-token` @@ -160,7 +160,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/access-token.ts)_ ## `sfdx org:login:device` @@ -219,7 +219,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/device.ts)_ ## `sfdx org:login:jwt` @@ -308,7 +308,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/jwt.ts)_ ## `sfdx org:login:sfdx-url` @@ -366,7 +366,7 @@ EXAMPLES $ sfdx org:login:sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg ``` -_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/sfdx-url.ts)_ ## `sfdx org:login:web` @@ -451,7 +451,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/web.ts)_ ## `sfdx org:logout` @@ -511,6 +511,6 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index c1e1e87a..e95a8983 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sfdx auth commands", - "version": "2.8.22", + "version": "2.8.23", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",