From aa7d0f77d2a5acfe017966d9bc7a23a5607e16be Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 25 Feb 2024 05:43:40 +0000 Subject: [PATCH] chore(release): 3.3.15 [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 d489c292..eed8610a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.15](https://github.com/salesforcecli/plugin-auth/compare/3.3.14...3.3.15) (2024-02-25) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.19.2 to 3.19.6 ([7a3ae5c](https://github.com/salesforcecli/plugin-auth/commit/7a3ae5cbd0823766fa6a8446826ef0aabea34402)) + ## [3.3.14](https://github.com/salesforcecli/plugin-auth/compare/3.3.13...3.3.14) (2024-02-24) ### Bug Fixes diff --git a/README.md b/README.md index 77e1261b..dfed516a 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.14/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/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.14/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.15/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.14/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/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.14/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -373,7 +373,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.14/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.15/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -458,7 +458,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.14/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -518,6 +518,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.14/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index b8641651..1fac131f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.3.14", + "version": "3.3.15", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {