From f53802cc0eb422f20a15e14aeadae35458466cc3 Mon Sep 17 00:00:00 2001 From: Iago Araujo Date: Wed, 23 Oct 2024 11:50:04 -0300 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be7ce20..591403d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [6.48.0] - 2024-10-23 ### Added - resolveAll to `MineWinsConflictsResolver` to handle an array of conflicts. +### Fixed +- Avoid using async/await with then callbacks +- Bump semver from 5.7.1 to 5.7.2 + +### Changed +- @auth: Validate token's `account` scope +- Delete Metadata client + ## [6.47.0] - 2024-06-11 ### Added - Add option to save asynchronous cache From ba8e44441d0bca04d444ba2ff32f448380c20fe0 Mon Sep 17 00:00:00 2001 From: Iago Araujo Date: Wed, 23 Oct 2024 11:52:06 -0300 Subject: [PATCH 2/2] Update package.json with new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d2c5647..e595f3a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "6.47.0", + "version": "6.48.0", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",