Skip to content

Commit 6894a8d

Browse files
committed
chore(release): 0.8.15
1 parent a36b1bd commit 6894a8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.15](https://github.com/dream2023/vue-ele-form/compare/v0.8.14...v0.8.15) (2020-02-27)
6+
7+
8+
### Bug Fixes
9+
10+
* 数据变化时抛出 input 事件, 而不单单修改属性值 ([0110dd3](https://github.com/dream2023/vue-ele-form/commit/0110dd3dd0659a1f99b6a1b57965d2cccd5e360d))
11+
512
### [0.8.14](https://github.com/dream2023/vue-ele-form/compare/v0.8.13...v0.8.14) (2020-02-15)
613

714

package.json

Lines changed: 1 addition & 1 deletion
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.14",
4+
"version": "0.8.15",
55
"license": "MIT",
66
"private": false,
77
"scripts": {

0 commit comments

Comments
 (0)