diff --git a/CHANGELOG.md b/CHANGELOG.md index d4647e2e..e7c11c90 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.67.1] - 2023-05-05 ### Fixed - Fixes of i18n on readme.md accorrding to task LOC-10558. diff --git a/manifest.json b/manifest.json index cd1076f5..9c9eaf24 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "minicart", "title": "Mini Cart", - "version": "2.67.0", + "version": "2.67.1", "builders": { "messages": "1.x", "store": "0.x", diff --git a/react/package.json b/react/package.json index deb17863..016b114f 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.minicart", - "version": "2.67.0", + "version": "2.67.1", "description": "A MiniCart Component.", "scripts": { "pretest": "yarn",