From 2a44929b41652e592784656da88935545813c99f Mon Sep 17 00:00:00 2001 From: supersnager Date: Sat, 16 Apr 2022 18:58:09 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/chatscope/use-chat/compare/v1.3.1...v1.4.0) (2022-04-16) ### Features * added generic user data and conversation data ([2a3447e](https://github.com/chatscope/use-chat/commit/2a3447e72d350a4440586c50d23e039c1780d314)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f70087..6ad43ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +# [1.4.0](https://github.com/chatscope/use-chat/compare/v1.3.1...v1.4.0) (2022-04-16) + + +### Features + +* added generic user data and conversation data ([2a3447e](https://github.com/chatscope/use-chat/commit/2a3447e72d350a4440586c50d23e039c1780d314)) + ## [1.3.1](https://github.com/chatscope/use-chat/compare/v1.3.0...v1.3.1) (2022-02-20) diff --git a/package.json b/package.json index e825686..0faaadf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.3.1", + "version": "1.4.0", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",