diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f248d..6b57647 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.18.0] - 2022-12-23 + ### Fixed - Arabic translation. diff --git a/manifest.json b/manifest.json index 16c5d0e..d1ff2d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "category-menu", - "version": "2.17.1", + "version": "2.18.0", "title": "Category Menu", "description": "Displays the categories for the store in a menu", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 22e939a..00a76e4 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.category-menu", - "version": "2.17.1", + "version": "2.18.0", "scripts": { "pretest": "yarn", "test": "vtex-test-tools test",