diff --git a/CHANGELOG.md b/CHANGELOG.md index b379f96..7d12d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.13.8] - 2020-12-30 ### Fixed - Eslint and prettier issues. diff --git a/manifest.json b/manifest.json index 3db7fef..a8db59f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "place-components", - "version": "0.13.7", + "version": "0.13.8", "title": "Place Components", "description": "Place Components", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 7fbee09..608ad06 100644 --- a/react/package.json +++ b/react/package.json @@ -33,5 +33,5 @@ "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.126.5/public/@types/vtex.render-runtime", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.134.1/public/@types/vtex.styleguide" }, - "version": "0.13.7" + "version": "0.13.8" }