Skip to content

Commit

Permalink
Release marked-react v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 8, 2024
1 parent bf99816 commit bbae272
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v3.0.0 (2024-12-08)

#### Bug Fixes

- Fix ordered list start attribute (#34) ([d77bd6d](https://github.com/sibiraj-s/marked-react/commit/d77bd6d))

#### Features

- update marked to v15.0.0 ([bf99816](https://github.com/sibiraj-s/marked-react/commit/bf99816))

## v2.0.0 (2023-08-02)

#### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marked-react",
"description": "Render Markdown as React components",
"version": "2.0.0",
"version": "3.0.0",
"type": "module",
"author": "sibiraj-s",
"license": "MIT",
Expand Down

0 comments on commit bbae272

Please sign in to comment.