diff --git a/CHANGELOG.md b/CHANGELOG.md index 54633646..9e414f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.42.1] - 2020-01-31 ### Fixed - Duplicated components being rendered due to a faulty verification at BaseContent component. diff --git a/manifest.json b/manifest.json index 6c9efd13..6cb07ee0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "minicart", "title": "Mini Cart", - "version": "2.42.0", + "version": "2.42.1", "builders": { "messages": "1.x", "store": "0.x", diff --git a/react/package.json b/react/package.json index f0a92712..3f49366b 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.minicart", - "version": "2.42.0", + "version": "2.42.1", "description": "A MiniCart Component.", "scripts": { "pretest": "yarn",