diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d742c1c..2b0d4651 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] +## [2.55.0] - 2020-12-17 + ### Added - I18n Ro and Cs. diff --git a/manifest.json b/manifest.json index a5d7a908..cffdfb28 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "minicart", "title": "Mini Cart", - "version": "2.54.2", + "version": "2.55.0", "builders": { "messages": "1.x", "store": "0.x", diff --git a/react/package.json b/react/package.json index c9fce4e9..da820b21 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.minicart", - "version": "2.54.2", + "version": "2.55.0", "description": "A MiniCart Component.", "scripts": { "pretest": "yarn",