From bf531982560cc1d108229d14e51343a7bce8bf66 Mon Sep 17 00:00:00 2001 From: supersnager Date: Mon, 10 May 2021 11:52:34 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/chatscope/use-chat/compare/v1.0.0...v1.0.1) (2021-05-10) ### Bug Fixes * **fake:** don't want to fight with npm ([4b072f7](https://github.com/chatscope/use-chat/commit/4b072f72f60c622cd2edc06e604a44d9e7f1a96d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a39300..d2ce291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +## [1.0.1](https://github.com/chatscope/use-chat/compare/v1.0.0...v1.0.1) (2021-05-10) + + +### Bug Fixes + +* **fake:** don't want to fight with npm ([4b072f7](https://github.com/chatscope/use-chat/commit/4b072f72f60c622cd2edc06e604a44d9e7f1a96d)) + # 1.0.0 (2021-05-10) diff --git a/package.json b/package.json index 1a169ef..43c6a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "1.0.0", + "version": "1.0.1", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",