diff --git a/CHANGELOG.md b/CHANGELOG.md index da1c0dd..bd0e1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @chatscope/use-chat changelog +## [2.0.3](https://github.com/chatscope/use-chat/compare/v2.0.2...v2.0.3) (2022-12-18) + + +### Bug Fixes + +* react peerDependency ([7827756](https://github.com/chatscope/use-chat/commit/782775640ba08672dfbf75b8641bc69cfed72003)) +* yarn lockfile ([f02148f](https://github.com/chatscope/use-chat/commit/f02148f3001b32fe814488f66806987fa4b03c1e)) + ## [2.0.2](https://github.com/chatscope/use-chat/compare/v2.0.1...v2.0.2) (2022-09-13) diff --git a/package.json b/package.json index 350c8ac..1fbc6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "2.0.2", + "version": "2.0.3", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",