diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7a0625..0e70d4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [6.46.1] - 2024-01-31 + ### Fixed - Return type for the saveJSON method of VBase client 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",