From f160dcb608cbc108bd9d0c4f7556a5a836bce558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 02:04:57 +0000 Subject: [PATCH] chore(master): release 4.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 544d7c6e..8734e155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.2.7](https://github.com/remarkablemark/html-react-parser/compare/v4.2.6...v4.2.7) (2023-10-20) + + +### Bug Fixes + +* upgrade html-dom-parser and style-to-js to fix source map warnings ([4469022](https://github.com/remarkablemark/html-react-parser/commit/4469022122f6fa5cba866d08aab52bb918c00297)) + ## [4.2.6](https://github.com/remarkablemark/html-react-parser/compare/v4.2.5...v4.2.6) (2023-10-19) diff --git a/package-lock.json b/package-lock.json index 9d30dab8..dd4c8a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.2.6", + "version": "4.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.2.6", + "version": "4.2.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 59e91030..f92e9765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.2.6", + "version": "4.2.7", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",