From a2ec05448d510be8aac41d4b7976618b6359aaf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:28:46 +0000 Subject: [PATCH] chore(master): release 5.1.12 --- 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 39ae872a..41ac2eeb 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.12](https://github.com/remarkablemark/html-react-parser/compare/v5.1.11...v5.1.12) (2024-07-18) + + +### Build System + +* **deps:** bump html-dom-parser from 5.0.8 to 5.0.9 ([#1466](https://github.com/remarkablemark/html-react-parser/issues/1466)) ([1c0bfa0](https://github.com/remarkablemark/html-react-parser/commit/1c0bfa06b7d197773ca82e7dcba7fda78cb4a9b3)) + ## [5.1.11](https://github.com/remarkablemark/html-react-parser/compare/v5.1.10...v5.1.11) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index 09a078d4..634dc0a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.11", + "version": "5.1.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.11", + "version": "5.1.12", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 6caaf323..ef35873e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.11", + "version": "5.1.12", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",