diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a01a77..b35880f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [5.0.2](https://github.com/sappira-inc/molekule/compare/v5.0.1...v5.0.2) (2019-12-02) + + +### Bug Fixes + +* **Modal:** Opens long-content modal at top ([#83](https://github.com/sappira-inc/molekule/issues/83)) ([adfeeba](https://github.com/sappira-inc/molekule/commit/adfeeba)) + + + ## [5.0.1](https://github.com/sappira-inc/molekule/compare/v5.0.0...v5.0.1) (2019-10-29) diff --git a/package-lock.json b/package-lock.json index ca71274..513cd4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "molekule", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d84304..dfb1930 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "molekule", "description": "React component library built on top of styled-components and styled-system", - "version": "5.0.1", + "version": "5.0.2", "main": "lib/index.js", "files": [ "lib"