Bump version

This commit is contained in:
Sidharth Vinod
2024-02-27 13:21:49 +05:30
parent b96eaed6f4
commit 31686802b3
4 changed files with 7 additions and 4 deletions

5
.github/lychee.toml vendored
View File

@@ -38,7 +38,10 @@ exclude = [
"https://discord.gg", "https://discord.gg",
# BundlePhobia has frequent downtime # BundlePhobia has frequent downtime
"https://bundlephobia.com" "https://bundlephobia.com",
# Chrome webstore migration issue. Temporary
"https://chromewebstore.google.com"
] ]
# Exclude all private IPs from checking. # Exclude all private IPs from checking.

View File

@@ -4,7 +4,7 @@
> >
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/math.md](../../packages/mermaid/src/docs/config/math.md). > ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/math.md](../../packages/mermaid/src/docs/config/math.md).
# Math Configuration (v\<MERMAID_RELEASE_VERSION>+) # Math Configuration (v10.9.0+)
Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter. Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter.

View File

@@ -1,6 +1,6 @@
{ {
"name": "mermaid", "name": "mermaid",
"version": "10.8.0", "version": "10.9.0",
"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",

View File

@@ -1,4 +1,4 @@
# Math Configuration (v<MERMAID_RELEASE_VERSION>+) # Math Configuration (v10.9.0+)
Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter. Mermaid supports rendering mathematical expressions through the [KaTeX](https://katex.org/) typesetter.