From 8fea4503d6c261ddedb2cdb5fbcb23a6611d6a53 Mon Sep 17 00:00:00 2001 From: supersnager Date: Sun, 3 Mar 2024 17:10:09 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.1...v2.0.2) (2024-03-03) ### Bug Fixes * bump github actions and semantic-release ([e87babc](https://github.com/chatscope/chat-ui-kit-react/commit/e87babc641df46937016e4fee1e08d5ebecb7b23)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059bfba..30ccf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/chat-ui-kit-react changelog +## [2.0.2](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.1...v2.0.2) (2024-03-03) + + +### Bug Fixes + +* bump github actions and semantic-release ([e87babc](https://github.com/chatscope/chat-ui-kit-react/commit/e87babc641df46937016e4fee1e08d5ebecb7b23)) + ## [2.0.1](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.0...v2.0.1) (2024-03-03) diff --git a/package.json b/package.json index de9e0be..4c031fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/chat-ui-kit-react", - "version": "2.0.1", + "version": "2.0.2", "description": "React component library for creating chat interfaces", "license": "MIT", "homepage": "https://chatscope.io/",