From d45f5869a780511c5276bc333a52895ab0053ea1 Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Wed, 8 Oct 2025 10:03:37 -0300 Subject: [PATCH] chore: release v7.2.3 This release includes a fix to separate console and diagnostics client logging formats --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba31be812..b7b030f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [7.2.3] - 2025-10-08 +### Fix +- Separate console and diagnostics client logging formats + ## [7.2.2] - 2025-09-26 ### Changed - Adds integration with @vtex/diagnostics-semconv library to support VTEX semantic conventions for diagnostics-based logs diff --git a/package.json b/package.json index a55cc14af..3c6124abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "7.2.3-beta.0", + "version": "7.2.3", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",