diff --git a/CHANGELOG.md b/CHANGELOG.md index 8483db85d..46547f1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.18.0](https://github.com/dhis2/ui-core/compare/v4.17.1...v4.18.0) (2020-04-22) + + +### Features + +* **tooltip:** introduce tooltip as a public component ([158a322](https://github.com/dhis2/ui-core/commit/158a322719e6e4515212bdbb5c0bb05b91e94656)) + ## [4.17.1](https://github.com/dhis2/ui-core/compare/v4.17.0...v4.17.1) (2020-04-15) diff --git a/package.json b/package.json index bac1d92f3..1807f68d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dhis2/ui-core", "description": "Component primitives for DHIS2 user interfaces", - "version": "4.17.1", + "version": "4.18.0", "main": "build/cjs/lib.js", "module": "build/es/lib.js", "sideEffects": false,