Skip to content

Commit a13e47a

Browse files
committed
Release marked-react v3.0.2
1 parent 6ed25af commit a13e47a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file.
1313
> - Documentation
1414
> - Internal
1515
16+
## v3.0.2 (2025-10-13)
17+
18+
#### Bug Fixes
19+
20+
- unescape ` ` and ` ` entities ([fc441d9](https://github.com/sibiraj-s/marked-react/commit/fc441d9))
21+
1622
## v3.0.1 (2025-07-07)
1723

1824
#### Bug Fixes

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
@@ -1,7 +1,7 @@
11
{
22
"name": "marked-react",
33
"description": "Render Markdown as React components",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"author": "sibiraj-s",
77
"license": "MIT",

0 commit comments

Comments
 (0)