chore(release): 1.0.29 [skip ci]

## [1.0.29](https://github.com/molvqingtai/WebChat/compare/v1.0.28...v1.0.29) (2024-09-29)

### Bug Fixes

* compile by environment ([52cd203](52cd203a53))
* error when leaving the room without joining ([8476595](8476595011))
This commit is contained in:
semantic-release-bot 2024-09-29 07:45:54 +00:00
parent 52cd203a53
commit 6413f2fa8e
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [1.0.29](https://github.com/molvqingtai/WebChat/compare/v1.0.28...v1.0.29) (2024-09-29)
### Bug Fixes
* compile by environment ([52cd203](https://github.com/molvqingtai/WebChat/commit/52cd203a53ec10dda48572659d0e9959667575be))
* error when leaving the room without joining ([8476595](https://github.com/molvqingtai/WebChat/commit/8476595011c0e38929e6ebaa44ab7d8d5292a8e3))
## [1.0.28](https://github.com/molvqingtai/WebChat/compare/v1.0.27...v1.0.28) (2024-09-28) ## [1.0.28](https://github.com/molvqingtai/WebChat/compare/v1.0.27...v1.0.28) (2024-09-28)

View file

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