fixed dates array in onSelect callback

This commit is contained in:
t1m0n 2016-05-19 17:18:06 +03:00
parent 8a33911e43
commit d32cf743b3
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@ $('.my-datepicker').datepicker([options])
## Change log
### v2.0.2
* fixed dates array in `onSelect` callback
### v2.0.1
* fixed version for npm

View File

@ -1,6 +1,6 @@
{
"name": "air-datepicker",
"version": "2.0.1",
"version": "2.0.2",
"authors": [
"t1m0n <t1m0n.tr@gmail.com>"
],

View File

@ -1,6 +1,6 @@
{
"name": "air-datepicker",
"version": "2.0.1",
"version": "2.0.2",
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^13.0.0",