diff --git a/CHANGELOG.md b/CHANGELOG.md index 1967035..8373f8a 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.4.5] - 2023-07-06 + ### Fixed - Updated docs: fixed how the `tab` was been declared. diff --git a/manifest.json b/manifest.json index 47c80eb..99f1db3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "tab-layout", - "version": "0.4.4", + "version": "0.4.5", "title": "Tab Layout", "description": "", "defaultLocale": "en-US", diff --git a/react/package.json b/react/package.json index c9e17f9..b98f4cf 100644 --- a/react/package.json +++ b/react/package.json @@ -17,5 +17,5 @@ "vtex.render-runtime": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.render-runtime@8.65.0/public/_types/react", "vtex.styleguide": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.styleguide@9.79.4/public/_types/react" }, - "version": "0.4.4" + "version": "0.4.5" }