diff --git a/.changeset/eleven-bugs-report.md b/.changeset/eleven-bugs-report.md deleted file mode 100644 index b75b2510..00000000 --- a/.changeset/eleven-bugs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Handle paragraph splitting better, fixes #641. diff --git a/.changeset/serious-coins-push.md b/.changeset/serious-coins-push.md deleted file mode 100644 index b171e01d..00000000 --- a/.changeset/serious-coins-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Adjust table row parsing to better handle inline syntaxes and improve performance. diff --git a/CHANGELOG.md b/CHANGELOG.md index c04ae80a..e9f20465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # markdown-to-jsx +## 7.7.3 + +### Patch Changes + +- 8026103: Handle paragraph splitting better, fixes #641. +- 1ea00bb: Adjust table row parsing to better handle inline syntaxes and improve performance. + ## 7.7.2 ### Patch Changes diff --git a/package.json b/package.json index bbd4d077..e6c87870 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.", "homepage": "https://markdown-to-jsx.quantizor.dev", "license": "MIT", - "version": "7.7.2", + "version": "7.7.3", "publishConfig": { "access": "public" },