Skip to content

Commit

Permalink
Merge pull request #5018 from mermaid-js/master
Browse files Browse the repository at this point in the history
Sync `master` branch to `develop`
  • Loading branch information
aloisklink committed Nov 6, 2023
2 parents 7c7f3dd + d1045ed commit 7a3ce3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mermaid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7a3ce3e

Please sign in to comment.