diff --git a/CHANGELOG.md b/CHANGELOG.md index b870127d4..72d826479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.121.6] - 2021-02-19 ### Fixed - Increase workspaces client timeout from 25ms to 2500ms ## [2.121.5] - 2021-02-19 diff --git a/package.json b/package.json index cab901752..dbc86b8b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vtex", - "version": "2.121.5", + "version": "2.121.6", "description": "The platform for e-commerce apps", "bin": "bin/run", "main": "lib/api/index.js",