diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ec427..d497a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/chat-ui-kit-react changelog +## [1.9.4](https://github.com/chatscope/chat-ui-kit-react/compare/v1.9.3...v1.9.4) (2022-07-12) + + +### Bug Fixes + +* [#71](https://github.com/chatscope/chat-ui-kit-react/issues/71) official support for react 18.2.0 ([cbab8b4](https://github.com/chatscope/chat-ui-kit-react/commit/cbab8b42c00f18b296e0bc4a55f3828f105f92f8)) + ## [1.9.3](https://github.com/chatscope/chat-ui-kit-react/compare/v1.9.2...v1.9.3) (2022-06-15) diff --git a/package.json b/package.json index dcf5b6a..c7f7d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/chat-ui-kit-react", - "version": "1.9.3", + "version": "1.9.4", "description": "React component library for creating chat interfaces", "license": "MIT", "homepage": "https://chatscope.io/",