From bbae272e029d0331cf9a526ff1063d64517b3cab Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:27:50 +0530 Subject: [PATCH] Release marked-react v3.0.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a0760..09d7a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 0570841..1ae4eea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-react", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked-react", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "marked": "^15.0.0" diff --git a/package.json b/package.json index 8faa17d..738d2ab 100644 --- a/package.json +++ b/package.json @@ -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",