From ab918b5a5e7e2a3d798df56ff00b7f5db7a38672 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:22:21 +0000 Subject: [PATCH] chore(master): release 5.1.13 --- 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 41ac2eeb..e2809a5b 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.13](https://github.com/remarkablemark/html-react-parser/compare/v5.1.12...v5.1.13) (2024-08-26) + + +### Continuous Integration + +* **github:** publish package to npm registry with provenance ([e098038](https://github.com/remarkablemark/html-react-parser/commit/e09803894547b1374bc06c962696e3fdcdc55327)) + ## [5.1.12](https://github.com/remarkablemark/html-react-parser/compare/v5.1.11...v5.1.12) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index 225deef9..3a1e01a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.12", + "version": "5.1.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.12", + "version": "5.1.13", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index ca221075..26e4cf64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.12", + "version": "5.1.13", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",