From ac6c1776b367bce063fd95e5d9baa7b47da14485 Mon Sep 17 00:00:00 2001 From: supersnager Date: Thu, 17 Feb 2022 18:12:46 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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/",