Skip to content

Commit 8ee77e3

Browse files
committed
Release marked-react v4.0.0
1 parent de59ed3 commit 8ee77e3

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ All notable changes to this project will be documented in this file.
1313
> - Documentation
1414
> - Internal
1515
16+
## v4.0.0 (2026-03-12)
17+
18+
#### Bug Fixes
19+
20+
- Fix package exports ([5541c6d](https://github.com/sibiraj-s/marked-react/commit/5541c6d))
21+
22+
#### Dependency Updates
23+
24+
- Breaking: Bump marked to v17 ([de59ed3](https://github.com/sibiraj-s/marked-react/commit/de59ed3))
25+
26+
#### Internal
27+
28+
- Replace HTML entity handling with html-entities ([b94068d](https://github.com/sibiraj-s/marked-react/commit/b94068d))
29+
1630
## v3.0.2 (2025-10-13)
1731

1832
#### 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,6 +1,6 @@
11
{
22
"name": "marked-react",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "Render Markdown as React components",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)