From 5b3ececf21e372ddbd6e0535a474ae88d44a7a79 Mon Sep 17 00:00:00 2001 From: supersnager Date: Sat, 30 Oct 2021 16:30:52 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/chatscope/use-chat/compare/v1.0.5...v1.0.6) (2021-10-30) ### Bug Fixes * allow empty props in the user constructor ([bc2949a](https://github.com/chatscope/use-chat/commit/bc2949ad399e3355f1084099391c329ef6e74918)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae46ce..c45af64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +## [1.0.6](https://github.com/chatscope/use-chat/compare/v1.0.5...v1.0.6) (2021-10-30) + + +### Bug Fixes + +* allow empty props in the user constructor ([bc2949a](https://github.com/chatscope/use-chat/commit/bc2949ad399e3355f1084099391c329ef6e74918)) + ## [1.0.5](https://github.com/chatscope/use-chat/compare/v1.0.4...v1.0.5) (2021-09-20) diff --git a/package.json b/package.json index d5b734b..bf2cbc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.0.5", + "version": "1.0.6", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",