From ed5f524eb059d75c5a9f0e1c0ab2b0da1c62529a Mon Sep 17 00:00:00 2001 From: akai Date: Wed, 16 Dec 2020 14:12:22 +0800 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7049d298..e0ee54ea 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.2.0](https://github.com/alibaba/ChatUI/compare/v0.1.5...v0.2.0) (2020-12-16) + + +### Features + +* [Composer] Change the send button and plus sign to mutually exclusive display ([de48814](https://github.com/alibaba/ChatUI/commit/de4881497cd0588b3e05d45477e978e279075cd4)) + + +### Bug Fixes + +* [Input] update `enterKeyHint`'s type ([a880eac](https://github.com/alibaba/ChatUI/commit/a880eac5329c4a674a2ad0b504a75bfc8c4b5b68)) + ### [0.1.5](https://github.com/alibaba/ChatUI/compare/v0.1.4...v0.1.5) (2020-12-08) diff --git a/package-lock.json b/package-lock.json index b96961ab..4aec74ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@chatui/core", - "version": "0.1.5", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1df622e9..ac8d8a8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatui/core", - "version": "0.1.5", + "version": "0.2.0", "description": "The React library for Chatbot UI", "main": "lib/index.js", "module": "es/index.js",