From 8bfae62824c7d5a0047c3929a2d0e1078acfe57d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:05:11 +0000 Subject: [PATCH] chore(master): release 5.0.11 --- 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 1d6af0e3..869952a5 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.0.11](https://github.com/remarkablemark/html-react-parser/compare/v5.0.10...v5.0.11) (2023-12-20) + + +### Build System + +* **deps:** bump html-dom-parser from 5.0.5 to 5.0.6 ([#1233](https://github.com/remarkablemark/html-react-parser/issues/1233)) ([0c70c12](https://github.com/remarkablemark/html-react-parser/commit/0c70c12f4065060a7d07b0c57aca5dd69d16c7c6)) + ## [5.0.10](https://github.com/remarkablemark/html-react-parser/compare/v5.0.9...v5.0.10) (2023-12-18) diff --git a/package-lock.json b/package-lock.json index 2de00af5..808b5715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.0.10", + "version": "5.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.0.10", + "version": "5.0.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 340b4423..48d90030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.0.10", + "version": "5.0.11", "description": "HTML to React parser.", "author": "Mark ", "main": "./lib/index.js",