diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d5e28b..d8ffbc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [4.2.0](https://github.com/tillersystems/Stardust/compare/v4.1.4...v4.2.0) (2019-07-08) + +### Features + +- **Dropdown:** Add portal to Dropdown component ([#615](https://github.com/tillersystems/Stardust/issues/615)) ([ff5ab76](https://github.com/tillersystems/Stardust/commit/ff5ab76)) + ## [4.1.4](https://github.com/tillersystems/Stardust/compare/v4.1.3...v4.1.4) (2019-06-26) ### Features diff --git a/package.json b/package.json index bc3614f9..5684118f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tillersystems/stardust", - "version": "4.1.4", + "version": "4.2.0", "description": "Tiller Design System", "author": { "name": "Tillersystems",