diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a71f2..e6d6daf 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-03-11 ### Fixed - Correctly identify if animation is stopped or not. diff --git a/manifest.json b/manifest.json index bf94adc..8812af3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-drawer", "vendor": "vtex", - "version": "0.8.0", + "version": "0.8.1", "title": "Store Drawer", "description": "The VTEX Drawer", "builders": { diff --git a/react/package.json b/react/package.json index 54eb8fa..7935dd5 100644 --- a/react/package.json +++ b/react/package.json @@ -15,5 +15,5 @@ "@vtex/test-tools": "^3.0.0", "typescript": "3.7.3" }, - "version": "0.8.0" + "version": "0.8.1" }