diff --git a/.changeset/eighty-bees-think.md b/.changeset/eighty-bees-think.md deleted file mode 100644 index 73e27786..00000000 --- a/.changeset/eighty-bees-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Fix issue with lookback cache resulting in false detection of lists inside lists in some scenarios diff --git a/.changeset/sharp-lobsters-turn.md b/.changeset/sharp-lobsters-turn.md deleted file mode 100644 index f6c1afaf..00000000 --- a/.changeset/sharp-lobsters-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdown-to-jsx": patch ---- - -fix: handle empty HTML tags more consistently #597 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7d3e11..3ad7a6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # markdown-to-jsx +## 7.5.1 + +### Patch Changes + +- b16f668: Fix issue with lookback cache resulting in false detection of lists inside lists in some scenarios +- 58b96d3: fix: handle empty HTML tags more consistently #597 + ## 7.5.0 ### Minor Changes diff --git a/package.json b/package.json index e4f34f5b..78d7735b 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.5.0", + "version": "7.5.1", "publishConfig": { "access": "public" },