From d9a4aca9657bdcb08e34183bd42dd4b740369e4c Mon Sep 17 00:00:00 2001 From: supersnager Date: Wed, 8 Mar 2023 18:34:58 +0000 Subject: [PATCH] chore(release): 4.0.0-alpha.6 [skip ci] # [4.0.0-alpha.6](https://github.com/chatscope/use-chat/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-08) ### Features * typings MessageContent ([6e80f8d](https://github.com/chatscope/use-chat/commit/6e80f8de1a2b6311d6a58e827b5ac51866cca65f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0af70..0c97381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +# [4.0.0-alpha.6](https://github.com/chatscope/use-chat/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-08) + + +### Features + +* typings MessageContent ([6e80f8d](https://github.com/chatscope/use-chat/commit/6e80f8de1a2b6311d6a58e827b5ac51866cca65f)) + # [4.0.0-alpha.5](https://github.com/chatscope/use-chat/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-08) diff --git a/package.json b/package.json index 26ec94e..4213d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "4.0.0-alpha.5", + "version": "4.0.0-alpha.6", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",