From dc6db8601b611089738d107ea4599b93ae2ae0fb Mon Sep 17 00:00:00 2001 From: supersnager Date: Wed, 27 Jul 2022 13:46:14 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/chatscope/use-chat/compare/v1.5.0...v2.0.0) (2022-07-27) ### Documentation * readme update ([2752aeb](https://github.com/chatscope/use-chat/commit/2752aeb75ccceb8f94bbdc7d165aaac4eb341f2f)) ### BREAKING CHANGES * changed names of properties createdDate and updatedDate --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3677e..26ac571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @chatscope/use-chat changelog +# [2.0.0](https://github.com/chatscope/use-chat/compare/v1.5.0...v2.0.0) (2022-07-27) + + +### Documentation + +* readme update ([2752aeb](https://github.com/chatscope/use-chat/commit/2752aeb75ccceb8f94bbdc7d165aaac4eb341f2f)) + + +### BREAKING CHANGES + +* changed names of properties createdDate and updatedDate + # [1.5.0](https://github.com/chatscope/use-chat/compare/v1.4.1...v1.5.0) (2022-07-27) diff --git a/package.json b/package.json index 1ff3049..37e05a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.5.0", + "version": "2.0.0", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",