Skip to content

Commit 8cf4e21

Browse files
build(release): 🚀 v11.9.4 🦉
## Version 11.9.4 ### 🛠 Fixes & Updates * **sanitizeComments:** handle magic block on the first line of document ([#1276](#1276)) ([0a5ea94](0a5ea94)) <!--SKIP CI-->
1 parent a48d93d commit 8cf4e21

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
## Version 11.9.4
5+
### 🛠 Fixes & Updates
6+
7+
* **sanitizeComments:** handle magic block on the first line of document ([#1276](https://github.com/readmeio/markdown/issues/1276)) ([0a5ea94](https://github.com/readmeio/markdown/commit/0a5ea94c160524f510e74b01fa0804b6fbd92056))
8+
49
## Version 11.9.3
510
### 🛠 Fixes & Updates
611

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

0 commit comments

Comments
 (0)