Skip to content

Commit bc8e20e

Browse files
Merge pull request #467 from remarkablemark/release-please--branches--master--components--html-dom-parser
chore(master): release 4.0.0
2 parents 439f38a + a7ccc38 commit bc8e20e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [4.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v3.1.7...v4.0.0) (2023-05-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** bump htmlparser2 from 8.0.2 to 9.0.0
11+
12+
### Build System
13+
14+
* **deps:** bump htmlparser2 from 8.0.2 to 9.0.0 ([467bbaa](https://github.com/remarkablemark/html-dom-parser/commit/467bbaa4d7373635b35a4e7a92ca6b56aec74b09)), closes [#459](https://github.com/remarkablemark/html-dom-parser/issues/459)
15+
516
## [3.1.7](https://github.com/remarkablemark/html-dom-parser/compare/v3.1.6...v3.1.7) (2023-03-25)
617

718

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": "3.1.7",
3+
"version": "4.0.0",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",

0 commit comments

Comments
 (0)