diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b172a6..94e5406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## [3.0.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.1...v3.0.2) (2019-11-14) + + +### Bug Fixes + +* compatible with vue old version inject ([c03632f](https://github.com/mengxiong10/vue2-datepicker/commit/c03632f)) +* should return `[null, null]` when clear range ([635631f](https://github.com/mengxiong10/vue2-datepicker/commit/635631f)) +* when year < 100 && year >= 0 should be right ([8c546cc](https://github.com/mengxiong10/vue2-datepicker/commit/8c546cc)) + + +### Features + +* add prop `partial-update` ([07f4271](https://github.com/mengxiong10/vue2-datepicker/commit/07f4271)) + + + ## [3.0.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.0...v3.0.1) (2019-11-11) diff --git a/package-lock.json b/package-lock.json index 7974b46..346d885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue2-datepicker", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eeead69..0db07cd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "/locale", "/index.*" ], - "version": "3.0.1", + "version": "3.0.2", "scripts": { "dev": "parcel ./example/dev.html --open --port 2235", "build:index": "rollup -c",