diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee1abc..3080b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [3.3.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.2.2...v3.3.0) (2019-12-19) + + +### Bug Fixes + +* `get-class` should be valid in `range` ([c8f7122](https://github.com/mengxiong10/vue2-datepicker/commit/c8f7122)) +* shortcus with range ([#400](https://github.com/mengxiong10/vue2-datepicker/issues/400)) ([bb0255f](https://github.com/mengxiong10/vue2-datepicker/commit/bb0255f)) + + +### Features + +* `default-value` supports Array for `range` ([#395](https://github.com/mengxiong10/vue2-datepicker/issues/395)) ([b33c9b8](https://github.com/mengxiong10/vue2-datepicker/commit/b33c9b8)) +* add `prefixClass` prop ([#401](https://github.com/mengxiong10/vue2-datepicker/issues/401)) ([a756753](https://github.com/mengxiong10/vue2-datepicker/commit/a756753)) +* add prop `defaultPanel` ([#394](https://github.com/mengxiong10/vue2-datepicker/issues/394)) ([73a1b73](https://github.com/mengxiong10/vue2-datepicker/commit/73a1b73)) + + + ## [3.2.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.2.1...v3.2.2) (2019-12-05) diff --git a/package-lock.json b/package-lock.json index 87aa8d0..3437b01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue2-datepicker", - "version": "3.2.2", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 173c583..09b416f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "/index.*", "/scss" ], - "version": "3.2.2", + "version": "3.3.0", "scripts": { "dev": "parcel ./example/dev.html --open --port 2235", "build:index": "cross-env NODE_ENV=production rollup -c",