mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
Merge pull request #5018 from mermaid-js/master
Sync `master` branch to `develop`
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mermaid",
|
"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.",
|
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/mermaid.core.mjs",
|
"module": "./dist/mermaid.core.mjs",
|
||||||
|
@@ -91,7 +91,7 @@ function nav() {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
text: 'Changelog',
|
text: 'Changelog',
|
||||||
link: 'https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md',
|
link: 'https://github.com/mermaid-js/mermaid/releases',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Contributing',
|
text: 'Contributing',
|
||||||
|
Reference in New Issue
Block a user