From 08b409e3bc6dd626d5b2d084fd75effe251f4155 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 24 Nov 2024 02:42:45 +0800 Subject: [PATCH] chore: release v1.11.9 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820d52b9..d8b3b03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [1.11.9](https://github.com/msgbyte/tailchat/compare/v1.11.8...v1.11.9) (2024-11-23) + + +### Bug Fixes + +* fix xss problem when render iframe ([c1365f2](https://github.com/msgbyte/tailchat/commit/c1365f2b82b3bd6d71b5da7e8aac06faf7c99d44)) +* not allow svg ([f74647f](https://github.com/msgbyte/tailchat/commit/f74647fb307c1ccca272dfd4badf61e3fb5f7697)) +* only allow http link in iframe render ([9a327dc](https://github.com/msgbyte/tailchat/commit/9a327dca14b5629731a1f2c847595dc90c4fe594)) + ## [1.11.8](https://github.com/msgbyte/tailchat/compare/v1.11.7...v1.11.8) (2024-10-28) diff --git a/package.json b/package.json index 6eaa2f8f..e6103413 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailchat", - "version": "1.11.8", + "version": "1.11.9", "private": true, "description": "", "main": "index.js",