Skip to content

Commit 9de1d06

Browse files
chore(master): release 1.1.1
1 parent 4853687 commit 9de1d06

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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+
## 1.1.1 (2023-08-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* htmlparser2 7.2.0 → 8.0.1
11+
* **client:** remove Internet Explorer (IE11) support
12+
13+
### Features
14+
15+
* add compatibility for react-native ([4a4a974](https://github.com/AlbertAZ1992/html-dom-parser/commit/4a4a974c01ad0beaf0591fe169d68afe66ea6e2a))
16+
* **client:** remove Internet Explorer (IE11) support ([b34cbe1](https://github.com/AlbertAZ1992/html-dom-parser/commit/b34cbe1310c0e223ae05bca00945c70faca374ab)), closes [#225](https://github.com/AlbertAZ1992/html-dom-parser/issues/225)
17+
18+
19+
### Bug Fixes
20+
21+
* **client:** ensure head and body with newline are parsed correctly ([b26b645](https://github.com/AlbertAZ1992/html-dom-parser/commit/b26b645c9de708a6b85b61b66bbdb8e75eebb121)), closes [#317](https://github.com/AlbertAZ1992/html-dom-parser/issues/317)
22+
23+
24+
### Build System
25+
26+
* **package:** upgrade domhandler from 4.3.0 to 4.3.1 ([c2e8a82](https://github.com/AlbertAZ1992/html-dom-parser/commit/c2e8a82035957bd991a969ef12f3dcd114679a2a))
27+
* upgrade domhandler to 5.0.3 and htmlparser2 to 8.0.1 ([e80a69c](https://github.com/AlbertAZ1992/html-dom-parser/commit/e80a69c83e07b0ae2f48a78dbd6adb7d0a71b0f3))
28+
529
## [3.0.1](https://github.com/remarkablemark/html-dom-parser/compare/v3.0.0...v3.0.1) (2022-07-10)
630

731

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.0.1",
3+
"version": "1.1.1",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)