From 530a1e36ef0e805356ee38187047614cc8938e79 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Sep 2023 05:44:26 +0000 Subject: [PATCH] chore(release): 2.6.44 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e48a07c..9da6275a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.44](https://github.com/salesforcecli/plugin-info/compare/2.6.43...2.6.44) (2023-09-24) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 5.2.9 to 5.2.10 ([3ee2057](https://github.com/salesforcecli/plugin-info/commit/3ee20571cbadfb849ac32402ff80fd920e229568)) + ## [2.6.43](https://github.com/salesforcecli/plugin-info/compare/2.6.42...2.6.43) (2023-09-17) ### Bug Fixes diff --git a/package.json b/package.json index fca75d19..21c81a1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-info", "description": "Plugin for accessing cli info from the command line", - "version": "2.6.43", + "version": "2.6.44", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",