From 380038943edec4c73dc71e4e4e3c42d1fc041b4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:02:42 +0000 Subject: [PATCH] chore(master): release 5.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d781863f..6c989619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/remarkablemark/html-react-parser/compare/v5.1.19...v5.2.0) (2024-12-06) + + +### Features + +* **package:** add react 19 to package.json peerDependencies ([8b6506c](https://github.com/remarkablemark/html-react-parser/commit/8b6506cfbacd6fb4987130473258ce3d7c4cb165)), closes [#1455](https://github.com/remarkablemark/html-react-parser/issues/1455) [#1501](https://github.com/remarkablemark/html-react-parser/issues/1501) + ## [5.1.19](https://github.com/remarkablemark/html-react-parser/compare/v5.1.18...v5.1.19) (2024-12-04) diff --git a/package-lock.json b/package-lock.json index 6f426ec1..04cc64ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.19", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.19", + "version": "5.2.0", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 59879f4d..53db0dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.19", + "version": "5.2.0", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",