diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c30f01..d30b50c 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.6.1] - 2020-01-23 ### Changed - `useLockScroll` now blocks the scroll of the body element instead of the html. diff --git a/manifest.json b/manifest.json index f28c569..a025d71 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "store-drawer", "vendor": "vtex", - "version": "0.6.0", + "version": "0.6.1", "title": "Store Drawer", "description": "The VTEX Drawer", "builders": { diff --git a/react/package.json b/react/package.json index 6204796..45fe169 100644 --- a/react/package.json +++ b/react/package.json @@ -17,5 +17,5 @@ "prettier": "^1.17.0", "typescript": "3.7.3" }, - "version": "0.6.0" + "version": "0.6.1" }