chore(release): 1.9.1 [skip ci]

## [1.9.1](https://github.com/molvqingtai/WebChat/compare/v1.9.0...v1.9.1) (2025-10-01)

### Performance Improvements

* add URL sanitization to prevent XSS attacks ([f03a679](f03a679478))
* optimize Virtuoso performance for message list ([15e6706](15e67066fc))
This commit is contained in:
semantic-release-bot
2025-10-01 18:16:21 +00:00
parent 17e1af0f4d
commit 49518f7adc
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
## [1.9.1](https://github.com/molvqingtai/WebChat/compare/v1.9.0...v1.9.1) (2025-10-01)
### Performance Improvements
* add URL sanitization to prevent XSS attacks ([f03a679](https://github.com/molvqingtai/WebChat/commit/f03a67947819fb34956e7265f7f11d26fca6be14))
* optimize Virtuoso performance for message list ([15e6706](https://github.com/molvqingtai/WebChat/commit/15e67066fca322d135829ba82aa9df18507db77b))
# [1.9.0](https://github.com/molvqingtai/WebChat/compare/v1.8.6...v1.9.0) (2025-10-01)

View File

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