From 001f46ec22a8048779767d4e661ede34fa2c9f9e Mon Sep 17 00:00:00 2001 From: supersnager Date: Sun, 3 Mar 2024 16:38:25 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.0...v2.0.1) (2024-03-03) ### Bug Fixes * bump node version in github workflow to 20 ([2695c4d](https://github.com/chatscope/chat-ui-kit-react/commit/2695c4d61eaa7009212c9b5d589bec05b09a2285)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7eb091..059bfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/chat-ui-kit-react changelog +## [2.0.1](https://github.com/chatscope/chat-ui-kit-react/compare/v2.0.0...v2.0.1) (2024-03-03) + + +### Bug Fixes + +* bump node version in github workflow to 20 ([2695c4d](https://github.com/chatscope/chat-ui-kit-react/commit/2695c4d61eaa7009212c9b5d589bec05b09a2285)) + # [2.0.0](https://github.com/chatscope/chat-ui-kit-react/compare/v1.10.1...v2.0.0) (2024-03-03) diff --git a/package.json b/package.json index 9cbd919..9f781be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/chat-ui-kit-react", - "version": "2.0.0", + "version": "2.0.1", "description": "React component library for creating chat interfaces", "license": "MIT", "homepage": "https://chatscope.io/",