diff --git a/CHANGELOG.md b/CHANGELOG.md index b899af05..3696f2e7 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.10](https://github.com/remarkablemark/html-react-parser/compare/v5.1.9...v5.1.10) (2024-03-28) + + +### Build System + +* **deps:** bump style-to-js from 1.1.11 to 1.1.12 ([#1380](https://github.com/remarkablemark/html-react-parser/issues/1380)) ([b7fb86d](https://github.com/remarkablemark/html-react-parser/commit/b7fb86db7c6ab4e73ce4739a71eee097fe89e614)) + ## [5.1.9](https://github.com/remarkablemark/html-react-parser/compare/v5.1.8...v5.1.9) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index 1947a1cb..c85b68a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.9", + "version": "5.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.9", + "version": "5.1.10", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 09596df2..f4370b81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.9", + "version": "5.1.10", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",