diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e92155d..93d7f8e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.4.0](https://github.com/dhis2/ui/compare/v3.3.0...v3.4.0) (2019-06-21) + + +### Features + +* extract and expose MenuList from Menu component ([#297](https://github.com/dhis2/ui/issues/297)) ([4d576af](https://github.com/dhis2/ui/commit/4d576af)) + # [3.3.0](https://github.com/dhis2/ui/compare/v3.2.1...v3.3.0) (2019-06-17) diff --git a/package.json b/package.json index 049d14335..72305d23c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-core", - "version": "3.3.0", + "version": "3.4.0", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": false,