diff --git a/CHANGELOG.md b/CHANGELOG.md index a25a065..3f73124 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] +## [0.18.1] - 2024-02-21 + ## [0.18.0] - 2023-02-24 ### Changed diff --git a/manifest.json b/manifest.json index 3630b32..7491674 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.18.0", + "version": "0.18.1", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index cbc1df0..108ad33 100644 --- a/react/package.json +++ b/react/package.json @@ -40,5 +40,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.79.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.138.2/public/@types/vtex.styleguide" }, - "version": "0.18.0" + "version": "0.18.1" }