From 9bd88bbb2e7a15be40e89bfc11c0f2154b7898fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 05:05:41 +0000 Subject: [PATCH] chore(master): release 4.2.5 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c522b5..8828e3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.5](https://github.com/remarkablemark/html-react-parser/compare/v4.2.4...v4.2.5) (2023-10-17) + + +### Build System + +* **deps:** bump html-dom-parser from 5.0.0 to 5.0.1 ([#1089](https://github.com/remarkablemark/html-react-parser/issues/1089)) ([27de2d3](https://github.com/remarkablemark/html-react-parser/commit/27de2d3ab0dccf76887a890c23c4e66aec9a992a)) +* **deps:** bump style-to-js from 1.1.4 to 1.1.5 ([#1090](https://github.com/remarkablemark/html-react-parser/issues/1090)) ([0946e8a](https://github.com/remarkablemark/html-react-parser/commit/0946e8acf0e040955591250ce013f0cfce13ac54)) + ## [4.2.4](https://github.com/remarkablemark/html-react-parser/compare/v4.2.3...v4.2.4) (2023-10-17) diff --git a/package-lock.json b/package-lock.json index 9a1788a8..63c2910d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.2.4", + "version": "4.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.2.4", + "version": "4.2.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9b8c0297..a965fd6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.2.4", + "version": "4.2.5", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",