Skip to content

Commit 9f4a144

Browse files
committed
chore(release): 3.3.19 [skip ci]
1 parent ede00d0 commit 9f4a144

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.19](https://github.com/salesforcecli/plugin-auth/compare/3.3.18...3.3.19) (2024-03-03)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 6.5.6 to 6.7.0 ([6c8569a](https://github.com/salesforcecli/plugin-auth/commit/6c8569afff7c89eaef9eefb352ebb5e58fa4889d))
6+
17
## [3.3.18](https://github.com/salesforcecli/plugin-auth/compare/3.3.17...3.3.18) (2024-03-02)
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.18/src/commands/org/list/auth.ts)_
110+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/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.18/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.19/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.18/src/commands/org/login/device.ts)_
222+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/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.18/src/commands/org/login/jwt.ts)_
311+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/jwt.ts)_
312312

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

@@ -373,7 +373,7 @@ EXAMPLES
373373
$ echo url | sf org login sfdx-url --sfdx-url-stdin
374374
```
375375

376-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/sfdx-url.ts)_
376+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/sfdx-url.ts)_
377377

378378
## `sf org login web`
379379

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

461-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/web.ts)_
461+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/web.ts)_
462462

463463
## `sf org logout`
464464

@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
518518
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
519519
```
520520

521-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/logout.ts)_
521+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/logout.ts)_
522522

523523
<!-- 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.18",
4+
"version": "3.3.19",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)