Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Commit 72ca33f

Browse files
committed
Release new version
1 parent 5bdc4d7 commit 72ca33f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "pickmeup",
3-
"version" : "3.0.6",
3+
"version" : "3.0.7",
44
"homepage" : "https://github.com/nazar-pc/PickMeUp",
55
"authors" : [
66
"Nazar Mokrynskyi <[email protected]>"

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.0.7 (11 November, 2016)
2+
* Fixed main file ([PR #142](https://github.com/nazar-pc/PickMeUp/pull/142))
3+
* Do not fail with exception when target element to initialize PickMeUp not found, fixes [#148](https://github.com/nazar-pc/PickMeUp/issues/148)
4+
* Fix for Twitter Bootstrap and UIkit wrappers (caused by changes in PickMeUp internals), fixes [#138](https://github.com/nazar-pc/PickMeUp/issues/138)
5+
6+
3.0.6 (15 September, 2016)
7+
* IE compatibility fix
8+
19
3.0.5 (09 September, 2016)
210
* Remove `.idea` from npm package
311
* Small fix for getting locales when parsing date

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"date",
88
"calendar"
99
],
10-
"version" : "3.0.6",
10+
"version" : "3.0.7",
1111
"homepage" : "https://github.com/nazar-pc/PickMeUp",
1212
"author" : {
1313
"name" : "Nazar Mokrynskyi",

0 commit comments

Comments
 (0)