Skip to content

Commit d7d2202

Browse files
committed
chore(release): 0.8.11
1 parent 9c1b463 commit d7d2202

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.8.11](https://github.com/dream2023/vue-ele-form/compare/v0.8.10...v0.8.11) (2020-02-06)
6+
7+
8+
### Bug Fixes
9+
10+
* mixin导出不正确 ([ba78f70](https://github.com/dream2023/vue-ele-form/commit/ba78f70cd15dcc29f22eddb3e52d34a8a5692dbe))
11+
* 升级serialize-javascript ([9c1b463](https://github.com/dream2023/vue-ele-form/commit/9c1b463a2818485e16039ddd43ca4379d08d3b0f))
12+
513
### [0.8.10](https://github.com/dream2023/vue-ele-form/compare/v0.8.9...v0.8.10) (2020-02-05)
614

715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-ele-form",
33
"description": "基于 element-ui 的数据驱动表单组件",
4-
"version": "0.8.10",
4+
"version": "0.8.11",
55
"license": "MIT",
66
"private": false,
77
"scripts": {

0 commit comments

Comments
 (0)