From 29cbe2e66826ce07d4a63b9cb31c81d37e68ac72 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Mon, 1 Jul 2019 04:24:33 +0000 Subject: [PATCH] [skip ci] chore(release): v2.0.6 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80891b3..00f01bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [2.0.6](https://github.com/FEMessage/el-select-area/compare/v2.0.5...v2.0.6) (2019-07-01) + + +### Bug Fixes + +* when reset value, the options will reset now ([2950f2b](https://github.com/FEMessage/el-select-area/commit/2950f2b)), closes [#8](https://github.com/FEMessage/el-select-area/issues/8) +* 默认值为空数组,但使用resetFields重置表单后,值不为空数组 ([fa3dd1f](https://github.com/FEMessage/el-select-area/commit/fa3dd1f)), closes [#10](https://github.com/FEMessage/el-select-area/issues/10) + + + ### [2.0.5](https://github.com/FEMessage/el-select-area/compare/v2.0.4...v2.0.5) (2019-06-17) diff --git a/package.json b/package.json index 46e835a..55aa5a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-select-area", - "version": "2.0.5", + "version": "2.0.6", "description": "", "author": "https://github.com/FEMessage", "license": "MIT",