Skip to content

Commit 5116669

Browse files
committed
chore(release): 3.3.7 [skip ci]
1 parent 9d66864 commit 5116669

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.7](https://github.com/salesforcecli/plugin-auth/compare/3.3.6...3.3.7) (2024-02-03)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([b3a68d4](https://github.com/salesforcecli/plugin-auth/commit/b3a68d4dd33eba35e64176d9341bb6262a465f6b))
6+
17
## [3.3.6](https://github.com/salesforcecli/plugin-auth/compare/3.3.5...3.3.6) (2024-01-29)
28

39
### Bug Fixes

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EXAMPLES
107107
$ sf org list auth
108108
```
109109

110-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/list/auth.ts)_
110+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/list/auth.ts)_
111111

112112
## `sf org login access-token`
113113

@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160160
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
161161
```
162162

163-
_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)_
163+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/access-token.ts)_
164164

165165
## `sf org login device`
166166

@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
219219
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
220220
```
221221

222-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/device.ts)_
222+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/device.ts)_
223223

224224
## `sf org login jwt`
225225

@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308308
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
309309
```
310310

311-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/jwt.ts)_
311+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/jwt.ts)_
312312

313313
## `sf org login sfdx-url`
314314

@@ -375,7 +375,7 @@ EXAMPLES
375375
$ echo url | sf org login sfdx-url --sfdx-url-stdin -
376376
```
377377

378-
_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)_
378+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/sfdx-url.ts)_
379379

380380
## `sf org login web`
381381

@@ -460,7 +460,7 @@ FLAG DESCRIPTIONS
460460
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
461461
```
462462

463-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/login/web.ts)_
463+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/login/web.ts)_
464464

465465
## `sf org logout`
466466

@@ -520,6 +520,6 @@ FLAG DESCRIPTIONS
520520
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
521521
```
522522

523-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.6/src/commands/org/logout.ts)_
523+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.7/src/commands/org/logout.ts)_
524524

525525
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-auth",
33
"description": "plugin for sf auth commands",
4-
"version": "3.3.6",
4+
"version": "3.3.7",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)