From 4327453c5785f5e86454ac1058073409e4eff2ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 21:46:56 +0000 Subject: [PATCH] chore(master): release 5.1.1 --- 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 c72f84d1..19689190 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-dom-parser/compare/v5.1.0...v5.1.1) (2025-05-09) + + +### Documentation + +* **readme:** fix build status badge ([192c097](https://github.com/remarkablemark/html-dom-parser/commit/192c097325c04f303bcd21121e2701b2a333a3da)) + ## [5.1.0](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.13...v5.1.0) (2025-05-08) diff --git a/package-lock.json b/package-lock.json index 11d7dc99..2501d4cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-dom-parser", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-dom-parser", - "version": "5.1.0", + "version": "5.1.1", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 927344ab..8153bc02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-dom-parser", - "version": "5.1.0", + "version": "5.1.1", "description": "HTML to DOM parser.", "author": "Mark ", "main": "./lib/index.js",