diff --git a/CHANGELOG.md b/CHANGELOG.md index 878477c2e..9693adede 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.1] - 2021-01-05 ### Added -[autoupdate] skip `checkForDeprecation` and `checkForOutdate` for `autoupdate` command. ## [2.121.0] - 2021-01-04 diff --git a/package.json b/package.json index 0176a5a03..d170dfa58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vtex", - "version": "2.121.0", + "version": "2.121.1", "description": "The platform for e-commerce apps", "bin": "bin/run", "main": "lib/api/index.js",