Merge pull request #5830 from mermaid-js/changeset-release/master

Version Packages
This commit is contained in:
Ashish Jain
2024-09-06 19:18:44 +02:00
committed by GitHub
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
fix: Fix for issue where self-loops in the root of diagrams break the rendering

View File

@@ -1,5 +1,11 @@
# mermaid
## 11.1.1
### Patch Changes
- [#5828](https://github.com/mermaid-js/mermaid/pull/5828) [`4c43d21`](https://github.com/mermaid-js/mermaid/commit/4c43d21196f784b6f483ae635fc462329f3d176f) Thanks [@knsv](https://github.com/knsv)! - fix: Fix for issue where self-loops in the root of diagrams break the rendering
## 11.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "11.1.0",
"version": "11.1.1",
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
"type": "module",
"module": "./dist/mermaid.core.mjs",