Skip to content

Commit 2f4326a

Browse files
Merge pull request #147 from remarkablemark/release-v1.0.3
chore: release 1.0.3
2 parents 32b183b + 6478cec commit 2f4326a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0.3](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.0.2...v1.0.3) (2021-11-27)
6+
7+
8+
### Performance Improvements
9+
10+
* upgrade dependency htmlparser2 to v7.2.0 ([7819211](https://www.github.com/remarkablemark/html-dom-parser/commit/78192117edbf8bcbdd23b6534c66dce515b408de))
11+
512
### [1.0.2](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.0.1...v1.0.2) (2021-09-06)
613

714

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

0 commit comments

Comments
 (0)