Skip to content

Commit 0a31745

Browse files
committed
3.1.1
1 parent 8657d49 commit 0a31745

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="3.1.1"></a>
2+
## [3.1.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.1.0...v3.1.1) (2019-11-25)
3+
4+
5+
### Bug Fixes
6+
7+
* panel doesn't close after picking time ([#378](https://github.com/mengxiong10/vue2-datepicker/issues/378)) ([8657d49](https://github.com/mengxiong10/vue2-datepicker/commit/8657d49))
8+
* when custom formatting causes the time-panel error ([#377](https://github.com/mengxiong10/vue2-datepicker/issues/377)) ([bf949af](https://github.com/mengxiong10/vue2-datepicker/commit/bf949af))
9+
10+
11+
112
<a name="3.1.0"></a>
213
# [3.1.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.2...v3.1.0) (2019-11-21)
314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.1.0",
14+
"version": "3.1.1",
1515
"scripts": {
1616
"dev": "parcel ./example/dev.html --open --port 2235",
1717
"build:index": "cross-env NODE_ENV=production rollup -c",

0 commit comments

Comments
 (0)