From 666a03d9fcbef565cfe6b9cc720daf3f6a0db640 Mon Sep 17 00:00:00 2001 From: waki <107737@gmail.com> Date: Tue, 15 Jan 2019 22:59:04 +0600 Subject: [PATCH] fixes #28, #29, #30; publish new version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa9519..ebe324e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +[1.2.9] - 2019-01-15 +* fixed bugs #28, #29, #30 + [1.2.8] - 2018-12-18 * improved option `orientation` (checking available space on top when value is `auto`) diff --git a/package.json b/package.json index 093386a..1cd729b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lightpick", - "version": "1.2.8", + "version": "1.2.9", "description": "Javascript date range picker - lightweight, no jQuery", "main": "lightpick.js", "scripts": {