From be39d7eccc2f9c101efaa488866a63e325f0772e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:02:05 +0000 Subject: [PATCH] chore(master): release 5.1.15 --- 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 eee4ad60..602fb70d 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. +## [5.1.15](https://github.com/remarkablemark/html-react-parser/compare/v5.1.14...v5.1.15) (2024-08-29) + + +### Build System + +* **deps:** bump html-dom-parser from 5.0.9 to 5.0.10 ([#1506](https://github.com/remarkablemark/html-react-parser/issues/1506)) ([5d01407](https://github.com/remarkablemark/html-react-parser/commit/5d0140707657e7db78fe2945e45ecde0d22f0f03)) + ## [5.1.14](https://github.com/remarkablemark/html-react-parser/compare/v5.1.13...v5.1.14) (2024-08-28) diff --git a/package-lock.json b/package-lock.json index b57a06c6..e1748a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.14", + "version": "5.1.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.14", + "version": "5.1.15", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index e8a513c4..a4099402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.14", + "version": "5.1.15", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",