Skip to content

Commit fb8a79f

Browse files
committed
3.5.0
1 parent 6d97d0e commit fb8a79f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="3.5.0"></a>
2+
# [3.5.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.4.1...v3.5.0) (2020-04-22)
3+
4+
5+
### Features
6+
7+
* add argument `event` for `open` event ([#457](https://github.com/mengxiong10/vue2-datepicker/issues/457)) ([a4103fa](https://github.com/mengxiong10/vue2-datepicker/commit/a4103fa))
8+
* add type for `calendar-change` ([#459](https://github.com/mengxiong10/vue2-datepicker/issues/459)) ([c835c79](https://github.com/mengxiong10/vue2-datepicker/commit/c835c79))
9+
10+
11+
112
<a name="3.4.1"></a>
213
## [3.4.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.4.0...v3.4.1) (2020-03-06)
314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.4.1",
14+
"version": "3.5.0",
1515
"scripts": {
1616
"dev": "parcel ./example/dev.html --open --port 2235",
1717
"build:index": "cross-env NODE_ENV=production rollup -c",

0 commit comments

Comments
 (0)