diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2d105b..61a50592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.6](https://github.com/salesforcecli/plugin-auth/compare/3.3.5...3.3.6) (2024-01-29) + +### Bug Fixes + +- logout confirmation messages ([#923](https://github.com/salesforcecli/plugin-auth/issues/923)) ([1da578d](https://github.com/salesforcecli/plugin-auth/commit/1da578dc6aad64498f6275760b8df532b2e5845d)) + ## [3.3.5](https://github.com/salesforcecli/plugin-auth/compare/3.3.4...3.3.5) (2024-01-28) ### Bug Fixes diff --git a/README.md b/README.md index 4b725fb5..f8cd9f8d 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/3.3.5/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/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/3.3.5/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/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/3.3.5/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/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/3.3.5/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -375,7 +375,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.3.5/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -460,7 +460,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/3.3.5/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -520,6 +520,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.3.5/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index b1700b93..79f53ca8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.3.5", + "version": "3.3.6", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {