Skip to content

Commit 87a8a5f

Browse files
Merge pull request #90 from remarkablemark/release-v1.0.2
chore: release 1.0.2
2 parents 5ad37a9 + ec11bba commit 87a8a5f

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.2](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.0.1...v1.0.2) (2021-09-06)
6+
7+
8+
### Build System
9+
10+
* **deps:** bump domhandler from 4.2.0 to 4.2.2 ([ab46792](https://www.github.com/remarkablemark/html-dom-parser/commit/ab46792a32ba78644748a940748a87124730b24f))
11+
512
## [1.0.1](https://github.com/remarkablemark/html-dom-parser/compare/v1.0.0...v1.0.1) (2021-06-13)
613

714
## [1.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v0.5.0...v1.0.0) (2020-12-25)

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

0 commit comments

Comments
 (0)