From 1d79fc402bcca3ef074518f5d73d496eb9d4ae42 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Sep 2024 05:43:15 +0000 Subject: [PATCH] chore(release): 3.6.56 [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 d4352fa5..f6684cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.56](https://github.com/salesforcecli/plugin-auth/compare/3.6.55...3.6.56) (2024-09-08) + +### Bug Fixes + +- **deps:** bump @inquirer/checkbox from 2.4.7 to 2.5.0 ([5687ce5](https://github.com/salesforcecli/plugin-auth/commit/5687ce5b93a3a7ff19feebdd697f9cf1d5524914)) + ## [3.6.55](https://github.com/salesforcecli/plugin-auth/compare/3.6.54...3.6.55) (2024-09-07) ### Bug Fixes diff --git a/README.md b/README.md index 3636f580..1b0144ad 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.55/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/list/auth.ts)_ ## `sf org login access-token` @@ -162,7 +162,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.55/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/access-token.ts)_ ## `sf org login device` @@ -222,7 +222,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.55/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/device.ts)_ ## `sf org login jwt` @@ -313,7 +313,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.55/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -378,7 +378,7 @@ EXAMPLES $ echo url | sf org login sfdx-url --sfdx-url-stdin ``` -_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.55/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -465,7 +465,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.55/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -526,6 +526,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/3.6.55/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.56/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index c811361b..9860ca2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.6.55", + "version": "3.6.56", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {