Skip to content

Commit

Permalink
chore(release): 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jun 29, 2022
1 parent ea8566b commit f655b5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/alibaba/ChatUI/compare/v2.1.2...v2.1.3) (2022-06-29)


### Bug Fixes

* [MessageContainer] `scrollToEnd` support `force` ([ea8566b](https://github.com/alibaba/ChatUI/commit/ea8566be1285d9ceb5b9969d3e1bbc2a34190fb9))

### [2.1.2](https://github.com/alibaba/ChatUI/compare/v2.1.1...v2.1.2) (2022-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatui/core",
"version": "2.1.2",
"version": "2.1.3",
"description": "The React library for Chatbot UI",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit f655b5c

Please sign in to comment.