Skip to content

Commit 700da63

Browse files
build(release): 🚀 v9.2.2 🦉
## Version 9.2.2 ### 🛠 Fixes & Updates * dont initialize mermaid ([#1093](#1093)) ([30989fa](30989fa)) <!--SKIP CI-->
1 parent 671c1ad commit 700da63

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
===
33

4+
## Version 9.2.2
5+
### 🛠 Fixes & Updates
6+
7+
* dont initialize mermaid ([#1093](https://github.com/readmeio/markdown/issues/1093)) ([30989fa](https://github.com/readmeio/markdown/commit/30989fa4574a5f8f405380da2835382107b60dc7))
8+
49
## Version 9.2.1
510
### 🛠 Fixes & Updates
611

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@readme/markdown",
33
"description": "ReadMe's React-based Markdown parser",
44
"author": "Rafe Goldberg <[email protected]>",
5-
"version": "9.2.1",
5+
"version": "9.2.2",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
 (0)