Skip to content

Commit c039edd

Browse files
build(release): πŸš€ v11.12.0 πŸ¦‰
## Version 11.12.0 ### ✨ New & Improved * **mdxish:** support tutorial tile in mdxish ([#1273](#1273)) ([94c3753](94c3753)) ### πŸ›  Fixes & Updates * space/line break got stripped in table cell ([#1288](#1288)) ([223b6cf](223b6cf)) <!--SKIP CI-->
1 parent 2ee53b1 commit c039edd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
===
33

4+
## Version 11.12.0
5+
### ✨ New & Improved
6+
7+
* **mdxish:** support tutorial tile in mdxish ([#1273](https://github.com/readmeio/markdown/issues/1273)) ([94c3753](https://github.com/readmeio/markdown/commit/94c37531993be78e847d494331e77f3f8dbc94ff))
8+
9+
### πŸ›  Fixes & Updates
10+
11+
* space/line break got stripped in table cell ([#1288](https://github.com/readmeio/markdown/issues/1288)) ([223b6cf](https://github.com/readmeio/markdown/commit/223b6cf63450c6966dc232dda01811b321449856))
12+
413
## Version 11.11.0
514
### ✨ New & Improved
615

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
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 <rafe@readme.io>",
5-
"version": "11.11.0",
5+
"version": "11.12.0",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
Β (0)