Skip to content

Commit e878667

Browse files
Merge pull request #235 from remarkablemark/release-v1.1.1
chore: release 1.1.1
2 parents d7d5e87 + 9cd0788 commit e878667

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.1.1](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.1.0...v1.1.1) (2022-03-20)
6+
7+
8+
### Build System
9+
10+
* **package:** upgrade domhandler from 4.3.0 to 4.3.1 ([c2e8a82](https://www.github.com/remarkablemark/html-dom-parser/commit/c2e8a82035957bd991a969ef12f3dcd114679a2a))
11+
512
## [1.1.0](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.0.4...v1.1.0) (2022-02-05)
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.1.0",
3+
"version": "1.1.1",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",

0 commit comments

Comments
 (0)