Skip to content

Commit 675f2ff

Browse files
build(release): πŸš€ v12.2.0 πŸ¦‰
## Version 12.2.0 ### ✨ New & Improved * **demo app:** add an MDXish option ([#1306](#1306)) ([be94916](be94916)) * add MDXish option for `stripComments` ([#1308](#1308)) ([dd23d5f](dd23d5f)) ### πŸ›  Fixes & Updates * **sanitizeComments:** dont collapse all white space between code blocks ([#1310](#1310)) ([45da2dd](45da2dd)) * resolve variables in TOC headings for MDX and MDXish ([#1292](#1292)) ([cbccd0a](cbccd0a)) <!--SKIP CI-->
1 parent 1342732 commit 675f2ff

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
## Version 12.2.0
5+
### ✨ New & Improved
6+
7+
* **demo app:** add an MDXish option ([#1306](https://github.com/readmeio/markdown/issues/1306)) ([be94916](https://github.com/readmeio/markdown/commit/be94916a4bc800467860ac77236f59438ff7f442))
8+
* add MDXish option for `stripComments` ([#1308](https://github.com/readmeio/markdown/issues/1308)) ([dd23d5f](https://github.com/readmeio/markdown/commit/dd23d5f41286f9375f986623e62d9e0325a2851d))
9+
10+
### πŸ›  Fixes & Updates
11+
12+
* **sanitizeComments:** dont collapse all white space between code blocks ([#1310](https://github.com/readmeio/markdown/issues/1310)) ([45da2dd](https://github.com/readmeio/markdown/commit/45da2dd825242972bd93069646e07e8db9e4fa9c))
13+
* resolve variables in TOC headings for MDX and MDXish ([#1292](https://github.com/readmeio/markdown/issues/1292)) ([cbccd0a](https://github.com/readmeio/markdown/commit/cbccd0ac9c08bb7349ae4034cf78ec1996743149))
14+
415
## Version 12.1.1
516
### πŸ›  Fixes & Updates
617

β€Ž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": "12.1.1",
5+
"version": "12.2.0",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
Β (0)