diff --git a/CHANGELOG.md b/CHANGELOG.md index e2809a5b..eee4ad60 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.14](https://github.com/remarkablemark/html-react-parser/compare/v5.1.13...v5.1.14) (2024-08-28) + + +### Build System + +* **deps:** bump style-to-js from 1.1.12 to 1.1.13 ([#1502](https://github.com/remarkablemark/html-react-parser/issues/1502)) ([2fdc000](https://github.com/remarkablemark/html-react-parser/commit/2fdc00045b33338467ffaff83ee22ec671450d9b)) + ## [5.1.13](https://github.com/remarkablemark/html-react-parser/compare/v5.1.12...v5.1.13) (2024-08-26) diff --git a/package-lock.json b/package-lock.json index 42d36c3f..aaea5255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.13", + "version": "5.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.13", + "version": "5.1.14", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index cd3d49ee..f563e88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.13", + "version": "5.1.14", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",