diff --git a/.changeset/chatty-waves-invite.md b/.changeset/chatty-waves-invite.md deleted file mode 100644 index 62d60dca..00000000 --- a/.changeset/chatty-waves-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Handle `class` attribute from arbitrary HTML properly to avoid React warnings. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7427d1e3..4ada1a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # markdown-to-jsx +## 7.6.1 + +### Patch Changes + +- 87d8bd3: Handle `class` attribute from arbitrary HTML properly to avoid React warnings. + ## 7.6.0 ### Minor Changes diff --git a/package.json b/package.json index 3c25bd99..153dff1f 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.6.0", + "version": "7.6.1", "publishConfig": { "access": "public" },