From 72ca33f6c64c38f02c15de8aa14b0507f5626156 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Fri, 11 Nov 2016 14:52:54 +0200 Subject: [PATCH] Release new version --- bower.json | 2 +- changelog.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 7831116..d18b100 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name" : "pickmeup", - "version" : "3.0.6", + "version" : "3.0.7", "homepage" : "https://github.com/nazar-pc/PickMeUp", "authors" : [ "Nazar Mokrynskyi " diff --git a/changelog.md b/changelog.md index cc0d6a4..2d4ddbf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +3.0.7 (11 November, 2016) +* Fixed main file ([PR #142](https://github.com/nazar-pc/PickMeUp/pull/142)) +* Do not fail with exception when target element to initialize PickMeUp not found, fixes [#148](https://github.com/nazar-pc/PickMeUp/issues/148) +* Fix for Twitter Bootstrap and UIkit wrappers (caused by changes in PickMeUp internals), fixes [#138](https://github.com/nazar-pc/PickMeUp/issues/138) + +3.0.6 (15 September, 2016) +* IE compatibility fix + 3.0.5 (09 September, 2016) * Remove `.idea` from npm package * Small fix for getting locales when parsing date diff --git a/package.json b/package.json index 12c6260..f31eca1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "date", "calendar" ], - "version" : "3.0.6", + "version" : "3.0.7", "homepage" : "https://github.com/nazar-pc/PickMeUp", "author" : { "name" : "Nazar Mokrynskyi",