From 11d0b5bc741ae028a4d66410d5ef48f2cff3c61a Mon Sep 17 00:00:00 2001 From: zhangchaojie <1098626505@qq.com> Date: Mon, 3 Feb 2020 21:00:33 +0800 Subject: [PATCH] chore(release): 0.8.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6088ea..b72c784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [0.8.6](https://github.com/dream2023/vue-ele-form/compare/v0.8.5...v0.8.6) (2020-02-03) + + +### Features + +* type和options动态切换后保存旧值 ([4ce1917](https://github.com/dream2023/vue-ele-form/commit/4ce1917af7721cdf8dd27042f168c1983d08c8f9)) + + +### Bug Fixes + +* options重复请求 & 错误提示更新 ([42e2510](https://github.com/dream2023/vue-ele-form/commit/42e2510bbb3e0be8f9955aee8a4cb5bd5bbc6165)) + ### [0.8.5](https://github.com/dream2023/vue-ele-form/compare/v0.8.4...v0.8.5) (2020-02-03) diff --git a/package.json b/package.json index 69fa119..f7c694e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-ele-form", "description": "基于 element-ui 的数据驱动表单组件", - "version": "0.8.5", + "version": "0.8.6", "license": "MIT", "private": false, "scripts": {