From 686403a52f3574a69768bf74c5a243f4fb6e4718 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 19 Feb 2023 08:43:49 +0000 Subject: [PATCH] chore(release): 2.4.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e0ba03..07d16767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.4.4](https://github.com/salesforcecli/plugin-info/compare/2.4.3...2.4.4) (2023-02-19) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 2.0.1 to 2.1.2 ([81ad777](https://github.com/salesforcecli/plugin-info/commit/81ad7771e657575d81a2a6147e0ba69b9df12e20)) + + + ## [2.4.3](https://github.com/salesforcecli/plugin-info/compare/2.4.2...2.4.3) (2023-02-19) diff --git a/package.json b/package.json index e4dfb0ca..4cc8decc 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.4.3", + "version": "2.4.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",