Skip to content

Commit ad07529

Browse files
build(release): 🚀 v6.87.1 🦉
## Version 6.87.1 ### 🛠 Fixes & Updates * **astToPlainText:** ignore null nodes ([#931](#931)) ([6bd7dd0](6bd7dd0)) <!--SKIP CI-->
1 parent e86186f commit ad07529

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

4+
## Version 6.87.1
5+
6+
### 🛠 Fixes & Updates
7+
8+
* **astToPlainText:** ignore null nodes ([#931](https://github.com/readmeio/markdown/issues/931)) ([6bd7dd0](https://github.com/readmeio/markdown/commit/6bd7dd089d408e8a708e4cc7c347599ed2bb0e3e))
9+
410
## Version 6.87.0
511

612
### ✨ New & Improved

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": "6.87.0",
5+
"version": "6.87.1",
66
"main": "dist/main.node.js",
77
"browser": "dist/main.js",
88
"files": [

0 commit comments

Comments
 (0)