From a8988698d0e2b388e42a0606221792f83f19bd03 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 10 Sep 2019 10:00:41 +0000 Subject: [PATCH] [skip ci] chore(release): v2.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f01bc..5e7a262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.1.0](https://github.com/FEMessage/el-select-area/compare/v2.0.6...v2.1.0) (2019-09-10) + + +### Features + +* 添加auto-fill属性 ([#47](https://github.com/FEMessage/el-select-area/issues/47)) ([7b97120](https://github.com/FEMessage/el-select-area/commit/7b97120)) + + + ### [2.0.6](https://github.com/FEMessage/el-select-area/compare/v2.0.5...v2.0.6) (2019-07-01) diff --git a/package.json b/package.json index 2711b10..31ff730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-select-area", - "version": "2.0.6", + "version": "2.1.0", "description": "", "author": "https://github.com/FEMessage", "license": "MIT",