From 4fac71794daa4d8859962d3948b88d482d98fde7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:43:59 +0000 Subject: [PATCH] chore(master): release 5.0.4 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cb0b55..bdaba4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4](https://github.com/remarkablemark/html-react-parser/compare/v5.0.3...v5.0.4) (2023-11-01) + + +### Code Refactoring + +* **type:** improved attributes-to-props and utilities type ([f65ba8d](https://github.com/remarkablemark/html-react-parser/commit/f65ba8dda0862ef1d053b796948c24bbdbc337e0)) + + +### Build System + +* **deps:** bump html-dom-parser from 5.0.3 to 5.0.4 ([#1141](https://github.com/remarkablemark/html-react-parser/issues/1141)) ([f5d9149](https://github.com/remarkablemark/html-react-parser/commit/f5d9149b2bc527e670de1f17ec8fa35f5b086a33)) + ## [5.0.3](https://github.com/remarkablemark/html-react-parser/compare/v5.0.2...v5.0.3) (2023-10-30) diff --git a/package-lock.json b/package-lock.json index d65e2fe3..a5081342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.0.3", + "version": "5.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index afb7ef4f..cbd06a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.0.3", + "version": "5.0.4", "description": "HTML to React parser.", "author": "Mark ", "main": "./lib/index.js",