2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-09 08:02:27 +03:00
This commit is contained in:
mengxiong10
2019-06-25 17:16:07 +08:00
parent a55b4b6f95
commit b5e726d82e
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
# [2.12.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.11.2...v2.12.0) (2019-06-25)
### Features
* add the prop `time-select-options` ([#227](https://github.com/mengxiong10/vue2-datepicker/issues/227)) ([a55b4b6](https://github.com/mengxiong10/vue2-datepicker/commit/a55b4b6))
## [2.11.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.11.1...v2.11.2) (2019-05-15)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "2.11.2",
"version": "2.12.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"lib",
"src"
],
"version": "2.11.2",
"version": "2.12.0",
"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",