diff --git a/CHANGELOG.md b/CHANGELOG.md index 858e244d..b651b11f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.61](https://github.com/salesforcecli/plugin-auth/compare/3.6.60...3.6.61) (2024-09-22) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.20 to 4.0.22 ([7c43d1f](https://github.com/salesforcecli/plugin-auth/commit/7c43d1fe5cef0a08b9203fe60fb098f95ceb4ab0)) + ## [3.6.60](https://github.com/salesforcecli/plugin-auth/compare/3.6.59...3.6.60) (2024-09-21) ### Bug Fixes diff --git a/README.md b/README.md index 2a83187f..81d56584 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.60/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/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.60/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.61/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.60/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/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.60/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -383,7 +383,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.60/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.61/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -470,7 +470,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.60/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -531,6 +531,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.60/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index c60ae7b5..7278e73e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.6.60", + "version": "3.6.61", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {