From 2f305dd1f92678b90aa66e814836937eaf0ec0a4 Mon Sep 17 00:00:00 2001 From: Filadelfo Date: Thu, 11 Jan 2024 16:14:49 -0300 Subject: [PATCH] Update docs and app version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059e7eae..924cc320 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] +## [6.46.1] - 2024-01-11 +### Fixed +- Return type for the saveJSON method of VBase client + ## [6.46.0] - 2023-10-25 ### Added - Add disk cache steps and retry count to tracing diff --git a/package.json b/package.json index 53a0b1bc..1911d8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "6.46.0", + "version": "6.46.1", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",