From bee8d26bf98721214c0c649042d1f76690f13b49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:51:31 +0000 Subject: [PATCH] chore(master): release 5.2.7 --- 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 d0a88593..cf53bc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.7](https://github.com/remarkablemark/html-react-parser/compare/v5.2.6...v5.2.7) (2025-10-13) + + +### Build System + +* **deps:** bump style-to-js from 1.1.17 to 1.1.18 ([#1985](https://github.com/remarkablemark/html-react-parser/issues/1985)) ([6a77b03](https://github.com/remarkablemark/html-react-parser/commit/6a77b0370a28dea41315ba39756224cf4231c202)) + ## [5.2.6](https://github.com/remarkablemark/html-react-parser/compare/v5.2.5...v5.2.6) (2025-07-18) diff --git a/package-lock.json b/package-lock.json index 96b66229..e6ac83b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.2.6", + "version": "5.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.2.6", + "version": "5.2.7", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index c5195a0f..deeeb515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.2.6", + "version": "5.2.7", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",