chore(release): 1.6.4 [skip ci]

## [1.6.4](https://github.com/molvqingtai/WebChat/compare/v1.6.3...v1.6.4) (2024-11-07)

### Performance Improvements

* check message format ([f6864e0](f6864e06be))
This commit is contained in:
semantic-release-bot 2024-11-07 18:27:40 +00:00
parent 47d863b8a0
commit 43c9fb86b4
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [1.6.4](https://github.com/molvqingtai/WebChat/compare/v1.6.3...v1.6.4) (2024-11-07)
### Performance Improvements
* check message format ([f6864e0](https://github.com/molvqingtai/WebChat/commit/f6864e06be01fd434136901ae85278ed4eab4c03))
## [1.6.3](https://github.com/molvqingtai/WebChat/compare/v1.6.2...v1.6.3) (2024-11-06) ## [1.6.3](https://github.com/molvqingtai/WebChat/compare/v1.6.2...v1.6.3) (2024-11-06)

View file

@ -1,7 +1,7 @@
{ {
"name": "web-chat", "name": "web-chat",
"displayName": "WebChat", "displayName": "WebChat",
"version": "1.6.3", "version": "1.6.4",
"description": "Chat with anyone on any website.", "description": "Chat with anyone on any website.",
"type": "module", "type": "module",
"scripts": { "scripts": {