diff --git a/CHANGELOG.md b/CHANGELOG.md index 727dd8c89..0490892e4 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] + +## [2.0.1] - 2018-08-30 ### Changed - Refact the `ProductPrice` component ### Fixed diff --git a/manifest.json b/manifest.json index bee5bbdff..ff978ed52 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "2.0.0", + "version": "2.0.1", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use", @@ -22,4 +22,4 @@ "vtex.store-graphql": "2.x", "vtex.styleguide": "6.x" } -} \ No newline at end of file +}