From c4e0058b0267dd1834f04259230bf9aacc24453c Mon Sep 17 00:00:00 2001 From: akai Date: Tue, 28 Jun 2022 20:44:30 +0800 Subject: [PATCH] chore(release): 2.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322831fc..a4aeea47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/alibaba/ChatUI/compare/v2.1.1...v2.1.2) (2022-06-28) + + +### Bug Fixes + +* [BackBottom] ([5177e30](https://github.com/alibaba/ChatUI/commit/5177e308fd4c99600042abfe3dc1a6d2fbec1e35)) + ### [2.1.1](https://github.com/alibaba/ChatUI/compare/v2.1.0...v2.1.1) (2022-06-27) diff --git a/package.json b/package.json index edb53714..cbd98ecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatui/core", - "version": "2.1.1", + "version": "2.1.2", "description": "The React library for Chatbot UI", "main": "lib/index.js", "module": "es/index.js",