From 6f561521a0230d47f84c5b0e3b0c13703abbf898 Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:26:43 +0530 Subject: [PATCH] Release marked-react v2.0.0 --- CHANGELOG.md | 17 ++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8124348..24a0760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v2.0.0 (2023-08-02) + +#### Features + +- update marked to v6.0.0 ([82f6141](https://github.com/sibiraj-s/marked-react/commit/82f6141)) +- remove types/marked dependency ([82f6141](https://github.com/sibiraj-s/marked-react/commit/82f6141)) + ## v1.4.0 (2023-07-03) #### Bug Fixes @@ -31,19 +38,19 @@ All notable changes to this project will be documented in this file. #### Bug Fixes -- Disable sourcemaps ([3e1edfd](https://github.com/sibiraj-s/marked-react/commit/3e1edfd)) +- disable sourcemaps ([3e1edfd](https://github.com/sibiraj-s/marked-react/commit/3e1edfd)) ## v1.3.1 (2022-10-25) #### Bug Fixes -- Fix alignment in table cells ([2552244](https://github.com/sibiraj-s/marked-react/commit/2552244)) +- fix alignment in table cells ([2552244](https://github.com/sibiraj-s/marked-react/commit/2552244)) #### Dependency Updates -- Update marked to v4.1.1 ([33ea78a](https://github.com/sibiraj-s/marked-react/commit/33ea78a)) -- Update typescript to v4.8.4 ([f8bef5c](https://github.com/sibiraj-s/marked-react/commit/f8bef5c)) -- Update rollup to v3 ([df6cb0e](https://github.com/sibiraj-s/marked-react/commit/df6cb0e)) +- update marked to v4.1.1 ([33ea78a](https://github.com/sibiraj-s/marked-react/commit/33ea78a)) +- update typescript to v4.8.4 ([f8bef5c](https://github.com/sibiraj-s/marked-react/commit/f8bef5c)) +- update rollup to v3 ([df6cb0e](https://github.com/sibiraj-s/marked-react/commit/df6cb0e)) ## v1.3.0 (2022-08-30) diff --git a/package-lock.json b/package-lock.json index 19c76b2..3360830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-react", - "version": "1.4.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked-react", - "version": "1.4.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "marked": "^6.0.0" diff --git a/package.json b/package.json index 6874c24..ee8dbab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "marked-react", "description": "Render Markdown as React components", - "version": "1.4.0", + "version": "2.0.0", "type": "module", "author": "sibiraj-s", "license": "MIT",