From 935d345ea01e1099c6b7a23761096a96ef27012c Mon Sep 17 00:00:00 2001 From: Thiago Veras Date: Fri, 19 Feb 2021 17:11:32 -0300 Subject: [PATCH] Release v2.121.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bbc4904..cfc341800 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.5] - 2021-02-19 ### Changed - Increase workspaces client timeout to 25 seconds ### Fixed diff --git a/package.json b/package.json index f80e6da40..cab901752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vtex", - "version": "2.121.4", + "version": "2.121.5", "description": "The platform for e-commerce apps", "bin": "bin/run", "main": "lib/api/index.js",