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",