From a0dce8ace637a21a4d903538cc575614590b1440 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 7 Jun 2024 18:35:08 +0000 Subject: [PATCH] chore(release): 7.3.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678bd3a76..8f31195b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.3.11](https://github.com/forcedotcom/sfdx-core/compare/7.3.10...7.3.11) (2024-06-07) + + +### Bug Fixes + +* add a did you mean action to AuthInfo ([#1079](https://github.com/forcedotcom/sfdx-core/issues/1079)) ([da5483e](https://github.com/forcedotcom/sfdx-core/commit/da5483e7bbbdd1837f313d168fe5aeaa5e5ec016)) + + + ## [7.3.10](https://github.com/forcedotcom/sfdx-core/compare/7.3.9...7.3.10) (2024-06-04) diff --git a/package.json b/package.json index 40b275f52..e0c5b4be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "7.3.10", + "version": "7.3.11", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",