diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8aee7..53fa808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/molvqingtai/WebChat/compare/v1.1.5...v1.1.6) (2024-10-04) + + +### Bug Fixes + +* it should not be sent when composing ([8ee9ed6](https://github.com/molvqingtai/WebChat/commit/8ee9ed6259f731fa43ef0d458a7e040ad1618d12)) + ## [1.1.5](https://github.com/molvqingtai/WebChat/compare/v1.1.4...v1.1.5) (2024-10-02) diff --git a/package.json b/package.json index 4f7d019..dc1ffec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-chat", "displayName": "WebChat", - "version": "1.1.5", + "version": "1.1.6", "description": "Chat with anyone on any website.", "type": "module", "scripts": {