diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e2691..c5abfee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +# [1.3.0](https://github.com/chatscope/use-chat/compare/v1.2.2...v1.3.0) (2022-02-17) + + +### Features + +* added removeConversation method ([44f58d6](https://github.com/chatscope/use-chat/commit/44f58d668b8a8e78895efab8f9bce57a18ffd21f)) + ## [1.2.2](https://github.com/chatscope/use-chat/compare/v1.2.1...v1.2.2) (2022-02-17) ## [1.2.1](https://github.com/chatscope/use-chat/compare/v1.2.0...v1.2.1) (2021-12-18) diff --git a/package.json b/package.json index ce871a2..4d656af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.2.2", + "version": "1.3.0", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",