From b0def5255732fca9a281b334336ff57f89b3274e Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 11 Nov 2020 10:26:42 +0000 Subject: [PATCH] [skip ci] chore(release): v2.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91da261..f81b5d1 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.2.0](https://github.com/FEMessage/el-select-area/compare/v2.1.2...v2.2.0) (2020-11-11) + + +### Features + +* add types ([#75](https://github.com/FEMessage/el-select-area/issues/75)) ([c983c65](https://github.com/FEMessage/el-select-area/commit/c983c65)) + + + ### [2.1.2](https://github.com/FEMessage/el-select-area/compare/v2.1.1...v2.1.2) (2019-10-21) diff --git a/package.json b/package.json index c14582e..7983add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-select-area", - "version": "2.1.2", + "version": "2.2.0", "description": "", "author": "https://github.com/FEMessage", "license": "MIT",