From 78cc3721b524b068ed66ff2dcf287c900eb7351d Mon Sep 17 00:00:00 2001 From: supersnager Date: Wed, 27 Jul 2022 11:49:04 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/chatscope/use-chat/compare/v1.4.1...v1.5.0) (2022-07-27) ### Features * added createdDate and updatedDate properties to the ChatMessage ([f9febc4](https://github.com/chatscope/use-chat/commit/f9febc49d9091d7300c74fbbd33abf0f2af5a6f5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 596442f..3a3677e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +# [1.5.0](https://github.com/chatscope/use-chat/compare/v1.4.1...v1.5.0) (2022-07-27) + + +### Features + +* added createdDate and updatedDate properties to the ChatMessage ([f9febc4](https://github.com/chatscope/use-chat/commit/f9febc49d9091d7300c74fbbd33abf0f2af5a6f5)) + ## [1.4.1](https://github.com/chatscope/use-chat/compare/v1.4.0...v1.4.1) (2022-07-12) diff --git a/package.json b/package.json index de01b73..1ff3049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.4.1", + "version": "1.5.0", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",