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/",