Skip to content

Commit 95a87f1

Browse files
Release 1.0.2
1 parent 7798641 commit 95a87f1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.2 / 2025-01-18
2+
3+
- Merge pull request #15 from arjangeertsema/master
4+
15
# 0.1.1 / 2025-01-12
26

37
- pin deps and get node test suite working

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dom-iterator",
33
"Repo": "matthewmueller/dom-iterator",
44
"description": "iterate through DOM nodes",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"keywords": [
77
"iterate",
88
"dom"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-iterator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "iterator for mini-html-parser",
55
"main": "index.js",
66
"directories": {
@@ -37,4 +37,4 @@
3737
"url": "https://github.com/MatthewMueller/dom-iterator/issues"
3838
},
3939
"homepage": "https://github.com/MatthewMueller/dom-iterator"
40-
}
40+
}

0 commit comments

Comments
 (0)