2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-07 06:32:26 +03:00
This commit is contained in:
mengxiong10
2019-02-01 21:00:21 +08:00
parent 92243ab776
commit 737f8b4451
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## [2.9.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.9.0...v2.9.1) (2019-02-01)
### Bug Fixes
* stringify function returns a error value,when date is null ([#244](https://github.com/mengxiong10/vue2-datepicker/issues/244)) ([92243ab](https://github.com/mengxiong10/vue2-datepicker/commit/92243ab))
# [2.9.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.8.1...v2.9.0) (2019-01-29)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "2.9.0",
"version": "2.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"lib",
"src"
],
"version": "2.9.0",
"version": "2.9.1",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --open --config build/webpack.dev.config.js",
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.demo.config.js",