Skip to content

Commit 6ee0f2d

Browse files
chore(master): release 5.1.3 (#1309)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents f2035df + af801fb commit 6ee0f2d

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
# Changelog
22

3-
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.
3+
## [5.1.3](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.2...v5.1.3) (2026-01-23)
44

5-
## [5.1.2](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.1...v5.1.2) (2025-11-16)
5+
### Performance Improvements
66

7+
- **deps:** bump htmlparser2 from 10.0.0 to 10.1.0 ([#1307](https://github.com/remarkablemark/html-dom-parser/issues/1307)) ([bcaa908](https://github.com/remarkablemark/html-dom-parser/commit/bcaa9081ae7ad6568141cb46da98b27d0fb89c2f))
8+
9+
## [5.1.2](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.1...v5.1.2) (2025-11-16)
710

811
### Documentation
912

10-
* **readme:** replace badgen.net with shields.io status badges ([8c28b69](https://github.com/remarkablemark/html-dom-parser/commit/8c28b69b784f01e1464d79e7c5a3ed6da50956fd))
13+
- **readme:** replace badgen.net with shields.io status badges ([8c28b69](https://github.com/remarkablemark/html-dom-parser/commit/8c28b69b784f01e1464d79e7c5a3ed6da50956fd))
1114

1215
## [5.1.1](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.0...v5.1.1) (2025-05-09)
1316

14-
1517
### Documentation
1618

17-
* **readme:** fix build status badge ([192c097](https://github.com/remarkablemark/html-dom-parser/commit/192c097325c04f303bcd21121e2701b2a333a3da))
19+
- **readme:** fix build status badge ([192c097](https://github.com/remarkablemark/html-dom-parser/commit/192c097325c04f303bcd21121e2701b2a333a3da))
1820

1921
## [5.1.0](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.13...v5.1.0) (2025-05-08)
2022

21-
2223
### Features
2324

24-
* add `browser` and `default` conditions to `"."` ([aa0ca64](https://github.com/remarkablemark/html-dom-parser/commit/aa0ca64653d30449e0d539f1f88fbf15c80f0984))
25-
* use `default` over `import` condition ([13b08f6](https://github.com/remarkablemark/html-dom-parser/commit/13b08f63af874e0bf73b922a4b34be77a67f609b))
25+
- add `browser` and `default` conditions to `"."` ([aa0ca64](https://github.com/remarkablemark/html-dom-parser/commit/aa0ca64653d30449e0d539f1f88fbf15c80f0984))
26+
- use `default` over `import` condition ([13b08f6](https://github.com/remarkablemark/html-dom-parser/commit/13b08f63af874e0bf73b922a4b34be77a67f609b))
2627

2728
## [5.0.13](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.12...v5.0.13) (2024-12-25)
2829

29-
3030
### Build System
3131

32-
* **deps:** bump htmlparser2 from 9.1.0 to 10.0.0 ([#929](https://github.com/remarkablemark/html-dom-parser/issues/929)) ([2d15abe](https://github.com/remarkablemark/html-dom-parser/commit/2d15abe0d022e3fb513b901d3f42b9b56bcdeb57))
32+
- **deps:** bump htmlparser2 from 9.1.0 to 10.0.0 ([#929](https://github.com/remarkablemark/html-dom-parser/issues/929)) ([2d15abe](https://github.com/remarkablemark/html-dom-parser/commit/2d15abe0d022e3fb513b901d3f42b9b56bcdeb57))
3333

3434
## [5.0.12](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.11...v5.0.12) (2024-12-16)
3535

36-
3736
### Bug Fixes
3837

39-
* **client:** don't break LaTeX when replacing carriage returns ([d69bc66](https://github.com/remarkablemark/html-dom-parser/commit/d69bc662f4470cd8ebf551af873cd7badfa6ebca)), closes [#917](https://github.com/remarkablemark/html-dom-parser/issues/917)
38+
- **client:** don't break LaTeX when replacing carriage returns ([d69bc66](https://github.com/remarkablemark/html-dom-parser/commit/d69bc662f4470cd8ebf551af873cd7badfa6ebca)), closes [#917](https://github.com/remarkablemark/html-dom-parser/issues/917)
4039

4140
## [5.0.11](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.10...v5.0.11) (2024-12-04)
4241

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-dom-parser",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)