From 04448628fbded6b51a12e6da28c240248980cdee Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Mon, 11 Sep 2017 05:40:18 -0400 Subject: [PATCH] chore(): update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8047ef7..0126c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [2.0.0](https://github.com/zyra/ionic-tooltips/compare/v1.0.0...v2.0.0) (2017-09-11) + + +### Bug Fixes + +* fix for lazy loaded apps ([#10](https://github.com/zyra/ionic-tooltips/issues/10)) ([f613824](https://github.com/zyra/ionic-tooltips/commit/f613824)) +* remove BrowserAnimationsModule import ([1907cf8](https://github.com/zyra/ionic-tooltips/commit/1907cf8)) + + +### Features + +* ability to programatically trigger tooltip ([#8](https://github.com/zyra/ionic-tooltips/issues/8)) ([e66f2d0](https://github.com/zyra/ionic-tooltips/commit/e66f2d0)) +* add desktop support ([#11](https://github.com/zyra/ionic-tooltips/issues/11)) ([6ce8d87](https://github.com/zyra/ionic-tooltips/commit/6ce8d87)) + + + # 1.0.0 (2017-07-05)