From 0c4a051f5d95cd457e9635a11d27cf7a4e25f021 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:05:13 +0000 Subject: [PATCH] chore(master): release 5.1.1 --- 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 0f5ea5da..b1a6f1d2 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.1](https://github.com/remarkablemark/html-react-parser/compare/v5.1.0...v5.1.1) (2024-01-13) + + +### Build System + +* **deps:** bump html-dom-parser from 5.0.6 to 5.0.7 ([#1264](https://github.com/remarkablemark/html-react-parser/issues/1264)) ([521f7ad](https://github.com/remarkablemark/html-react-parser/commit/521f7ad0b1fd306a2dccd158d689d194d8a31b4b)) + ## [5.1.0](https://github.com/remarkablemark/html-react-parser/compare/v5.0.11...v5.1.0) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 07841b08..e6ed4bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.0", + "version": "5.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4fa66956..e69cbe0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.0", + "version": "5.1.1", "description": "HTML to React parser.", "author": "Mark ", "main": "./lib/index.js",