diff --git a/CHANGELOG.md b/CHANGELOG.md index 977f4ec..09b317c 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.8.1] - 2020-02-06 ### Fixed - Slider would "flash" when transitioning from SSR to CSR. diff --git a/manifest.json b/manifest.json index 1466493..59a0be2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "slider-layout", "vendor": "vtex", - "version": "0.8.0", + "version": "0.8.1", "title": "VTEX Slider-Layout", "description": "A React Slider component that works well in SPA and SSR", "mustUpdateAt": "2020-01-30", diff --git a/react/package.json b/react/package.json index 5baad27..6488ef0 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.slider-layout", - "version": "0.8.0", + "version": "0.8.1", "description": "A React Slider component that works well in SPA and SSR", "files": [ "react"