diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ce799..ba9486c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.2](https://github.com/molvqingtai/WebChat/compare/v1.6.1...v1.6.2) (2024-11-04) + + +### Bug Fixes + +* incompatible with old data of userInfo, causing crash ([d5ced07](https://github.com/molvqingtai/WebChat/commit/d5ced0718f586ca156e80c56078ae1f3de4ee917)) + ## [1.6.1](https://github.com/molvqingtai/WebChat/compare/v1.6.0...v1.6.1) (2024-11-03) diff --git a/package.json b/package.json index 7d5c3fb..a2739d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-chat", "displayName": "WebChat", - "version": "1.6.1", + "version": "1.6.2", "description": "Chat with anyone on any website.", "type": "module", "scripts": {