diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7d8a1..6eba735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [3.10.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.10.0...v3.10.1) (2021-08-30) + + +### Features + +* improve the boundary of disabledtime ([#597](https://github.com/mengxiong10/vue2-datepicker/issues/597)) ([071c398](https://github.com/mengxiong10/vue2-datepicker/commit/071c398)) + + + # [3.10.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.9.2...v3.10.0) (2021-08-30) diff --git a/package-lock.json b/package-lock.json index c6a8852..3c7d6c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue2-datepicker", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c10ef28..300c085 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "/index.*", "/scss" ], - "version": "3.10.0", + "version": "3.10.1", "scripts": { "dev": "parcel ./example/dev.html --open --port 2235", "build:index": "cross-env NODE_ENV=production rollup -c",