We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a15ca8 commit 27ce8e4Copy full SHA for 27ce8e4
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- Support ClassDef for styling the nodes by [@ad1992](https://github.com/ad1992) in https://github.com/excalidraw/mermaid-to-excalidraw/pull/71
6
7
+## v1.1.1 (2025-08-21)
8
+
9
+- Bump mermaid to 10.9.4 to fix XSS in Mermaid [#84](https://github.com/excalidraw/mermaid-to-excalidraw/pull/84)
10
11
## v1.1.0 (2024-07-10)
12
13
## Library
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@excalidraw/mermaid-to-excalidraw",
3
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Mermaid to Excalidraw Diagrams",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments