diff --git a/CHANGELOG.md b/CHANGELOG.md index 8069f151..057b5d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Support ClassDef for styling the nodes by [@ad1992](https://github.com/ad1992) in https://github.com/excalidraw/mermaid-to-excalidraw/pull/71 +## v1.1.3 (2025-08-21) + +- Bump mermaid to 10.9.4 to fix XSS in Mermaid [#84](https://github.com/excalidraw/mermaid-to-excalidraw/pull/84) + ## v1.1.0 (2024-07-10) ## Library diff --git a/package.json b/package.json index f7e35471..a575fc85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@excalidraw/mermaid-to-excalidraw", - "version": "1.1.0", + "version": "1.1.3", "description": "Mermaid to Excalidraw Diagrams", "main": "dist/index.js", "types": "dist/index.d.ts",