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/",