diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f2d96..510aa36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +# [1.2.0](https://github.com/chatscope/use-chat/compare/v1.1.1...v1.2.0) (2021-12-18) + + +### Features + +* added description property to the conversation ([8a565ad](https://github.com/chatscope/use-chat/commit/8a565adb734eb09cfc465bb3749aab69a4838b5d)) + ## [1.1.1](https://github.com/chatscope/use-chat/compare/v1.1.0...v1.1.1) (2021-10-30) diff --git a/package.json b/package.json index b271942..0944559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.1.1", + "version": "1.2.0", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",