From 1a372649f85b2459a6a4703467ba8ccd33694734 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 11 Nov 2023 08:43:52 +0000 Subject: [PATCH] chore(release): 3.0.2 [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 241febb7..b9298486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.2](https://github.com/salesforcecli/plugin-auth/compare/3.0.1...3.0.2) (2023-11-11) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 4.1.0 to 4.1.1 ([9da5a70](https://github.com/salesforcecli/plugin-auth/commit/9da5a70d11c496ef272af5509f5e7740b1c7f554)) + ## [3.0.1](https://github.com/salesforcecli/plugin-auth/compare/2.8.26...3.0.1) (2023-11-09) ### Bug Fixes diff --git a/README.md b/README.md index 9f2a8e7e..962d17ef 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.27/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/list/auth.ts)_ ## `sf 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.27/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/access-token.ts)_ ## `sf 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.27/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/device.ts)_ ## `sf 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.27/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -366,7 +366,7 @@ EXAMPLES $ sf 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.27/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/sfdx-url.ts)_ ## `sf 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.27/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/web.ts)_ ## `sf 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.27/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index f8021150..18de3fd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.0.1", + "version": "3.0.2", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {