diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abfc39..85cd090 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.34.4] - 2021-12-16 + ### Fixed - French, Spanish, Japanese, Italian, Korean and Dutch translation. diff --git a/manifest.json b/manifest.json index 45892c6..acef98d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "menu", "vendor": "vtex", - "version": "2.34.3", + "version": "2.34.4", "title": "VTEX Menu", "description": "A Menu Component", "mustUpdateAt": "2019-04-03", diff --git a/react/package.json b/react/package.json index 4c6c5e3..e1622ab 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.menu", - "version": "2.34.3", + "version": "2.34.4", "description": "A Menu Component.", "scripts": { "pretest": "yarn",