Merge pull request #5018 from mermaid-js/master

Sync `master` branch to `develop`
This commit is contained in:
Alois Klink 2023-11-06 14:48:55 +00:00 committed by GitHub
commit 7a3ce3e337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -91,7 +91,7 @@ function nav() {
items: [
{
text: 'Changelog',
link: 'https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md',
link: 'https://github.com/mermaid-js/mermaid/releases',
},
{
text: 'Contributing',