diff --git a/CHANGELOG.md b/CHANGELOG.md index 5466f25..e94af99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/molvqingtai/WebChat/compare/v1.4.0...v1.5.0) (2024-10-29) + + +### Features + +* support send image button ([a01a93f](https://github.com/molvqingtai/WebChat/commit/a01a93f260c3fefadb1ad1ce0369af3ea8c6b3f0)) + # [1.4.0](https://github.com/molvqingtai/WebChat/compare/v1.3.1...v1.4.0) (2024-10-28) diff --git a/package.json b/package.json index dd4a486..e7998fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-chat", "displayName": "WebChat", - "version": "1.4.0", + "version": "1.5.0", "description": "Chat with anyone on any website.", "type": "module", "scripts": {