diff --git a/CHANGELOG.md b/CHANGELOG.md index aec0593..3e4b51e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.7.3](https://github.com/molvqingtai/WebChat/compare/v1.7.2...v1.7.3) (2025-01-14) + + +### Bug Fixes + +* incomplete validation of message format ([b8cf28b](https://github.com/molvqingtai/WebChat/commit/b8cf28bf2bb6d0fe4d0f14176799cc331066ae9d)) + + +### Performance Improvements + +* optimize style ([96f19bf](https://github.com/molvqingtai/WebChat/commit/96f19bfc3ac97987eea54bcc1c6ce8246e62d034)) + ## [1.7.2](https://github.com/molvqingtai/WebChat/compare/v1.7.1...v1.7.2) (2024-11-18) diff --git a/package.json b/package.json index 27ab67b..16f5451 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-chat", "displayName": "WebChat", - "version": "1.7.2", + "version": "1.7.3", "description": "Chat with anyone on any website.", "type": "module", "scripts": {