2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 07:22:28 +03:00
This commit is contained in:
mengxiong10
2019-10-22 09:35:21 +08:00
parent 04e10328ea
commit a2b5509b8c
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## [2.13.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.13.0...v2.13.1) (2019-10-22)
### Bug Fixes
* the Spanish Language error ([#361](https://github.com/mengxiong10/vue2-datepicker/issues/361)) ([04e1032](https://github.com/mengxiong10/vue2-datepicker/commit/04e10328eabfac6e10fe4a49e7579f2eff7a1736))
# [2.13.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.12.0...v2.13.0) (2019-10-14)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "2.13.0",
"version": "2.13.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"lib",
"src"
],
"version": "2.13.0",
"version": "2.13.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",