diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ccf07..3990689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @chatscope/chat-ui-kit-react changelog +## [2.0.3](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.2...v2.0.3) (2024-03-03) + + +### Bug Fixes + +* added automatically provided github token to github workflow ([3da88a0](https://github.com/chatscope/chat-ui-kit-react/commit/3da88a06f08f1c47ed55bb07f412cf6efa9993f8)) +* removed github token from github workflow ([a674c0c](https://github.com/chatscope/chat-ui-kit-react/commit/a674c0c8b648d23e9b000a5c3f40bb6f1eabb6ea)) + ## [2.0.2](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.1...v2.0.2) (2024-03-03) diff --git a/package.json b/package.json index 4c031fc..a7db098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/chat-ui-kit-react", - "version": "2.0.2", + "version": "2.0.3", "description": "React component library for creating chat interfaces", "license": "MIT", "homepage": "https://chatscope.io/",