From e22037dd571d85655b8c20fc96ce941d78b38814 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 28 Jul 2024 05:45:39 +0000 Subject: [PATCH] chore(release): 8.2.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 762d047f4..e8a147149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.2.4](https://github.com/forcedotcom/sfdx-core/compare/8.2.3...8.2.4) (2024-07-28) + + +### Bug Fixes + +* **deps:** bump pino from 9.2.0 to 9.3.2 ([af6dfc7](https://github.com/forcedotcom/sfdx-core/commit/af6dfc7e28e56c665445d534657f7b4a001537e7)) + + + ## [8.2.3](https://github.com/forcedotcom/sfdx-core/compare/8.2.2...8.2.3) (2024-07-22) diff --git a/package.json b/package.json index 69c816d10..1217610fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.2.3", + "version": "8.2.4", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",