From e4a66f31e72463bb4457bffecd87fbb1f616f5d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:12:38 +0000 Subject: [PATCH] chore(master): release 5.1.16 --- 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 06026e7a..63bdd8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.16](https://github.com/remarkablemark/html-react-parser/compare/v5.1.15...v5.1.16) (2024-09-11) + + +### Build System + +* **deps:** bump style-to-js from 1.1.13 to 1.1.14 ([#1514](https://github.com/remarkablemark/html-react-parser/issues/1514)) ([e7a1de6](https://github.com/remarkablemark/html-react-parser/commit/e7a1de6bbddb6b43cea2085dc8b50a5557d73663)) + ## [5.1.15](https://github.com/remarkablemark/html-react-parser/compare/v5.1.14...v5.1.15) (2024-08-29) ### Build System diff --git a/package-lock.json b/package-lock.json index ecdfedf9..c67eba72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.15", + "version": "5.1.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.15", + "version": "5.1.16", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index cd974859..e261dc03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.15", + "version": "5.1.16", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",