diff --git a/CHANGELOG.md b/CHANGELOG.md index 0421334..a6e86c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] +## [2.10.1] - 2025-01-30 + ## [2.10.0] - 2024-12-13 ### Added diff --git a/manifest.json b/manifest.json index de8f859..bab47f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "mega-menu", "vendor": "vtex", - "version": "2.10.0", + "version": "2.10.1", "title": "Mega Menu", "description": "Create, personalize and manage the category tree. It's can be used in the shop as main menu", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index 46d759e..e23c581 100644 --- a/node/package.json +++ b/node/package.json @@ -20,5 +20,5 @@ "vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-icons@0.18.0/public/@types/vtex.store-icons", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide" }, - "version": "2.10.0" + "version": "2.10.1" } diff --git a/react/package.json b/react/package.json index 94b7d35..0d87270 100644 --- a/react/package.json +++ b/react/package.json @@ -35,5 +35,5 @@ "vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-icons@0.18.0/public/@types/vtex.store-icons", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide" }, - "version": "2.10.0" + "version": "2.10.1" }