Skip to content

Commit f20afc2

Browse files
build(release): 🚀 v11.9.2 🦉
## Version 11.9.2 ### 🛠 Fixes & Updates * add release instructions ([#1261](#1261)) ([92dc651](92dc651)) * **mdxish:** parse table cells in magic blocks ([#1255](#1255)) ([0963562](0963562)) * unblock releases update docs ([#1268](#1268)) ([e7e68fa](e7e68fa)) * update release for rdme v10 ([#1266](#1266)) ([5859571](5859571)), closes [#migrating-to-rdme9](https://github.com/readmeio/markdown/issues/migrating-to-rdme9) <!--SKIP CI-->
1 parent d8fc5b3 commit f20afc2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

4+
## Version 11.9.2
5+
### 🛠 Fixes & Updates
6+
7+
* add release instructions ([#1261](https://github.com/readmeio/markdown/issues/1261)) ([92dc651](https://github.com/readmeio/markdown/commit/92dc651ca8a6a61c6b73b77197df7bd62cbcaea7))
8+
* **mdxish:** parse table cells in magic blocks ([#1255](https://github.com/readmeio/markdown/issues/1255)) ([0963562](https://github.com/readmeio/markdown/commit/0963562edac3676605cc517fc4512190a19cbb0c))
9+
* unblock releases update docs ([#1268](https://github.com/readmeio/markdown/issues/1268)) ([e7e68fa](https://github.com/readmeio/markdown/commit/e7e68fa9d4830d39c8eee356159416f712c54b5c))
10+
* update release for rdme v10 ([#1266](https://github.com/readmeio/markdown/issues/1266)) ([5859571](https://github.com/readmeio/markdown/commit/5859571cbbd80c77237f1ba0b97b9bc671a88439)), closes [#migrating-to-rdme9](https://github.com/readmeio/markdown/issues/migrating-to-rdme9)
11+
412
## Version 11.9.1
513
### 🛠 Fixes & Updates
614

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

0 commit comments

Comments
 (0)