Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Jan 18, 2025
1 parent 7798641 commit 95a87f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.2 / 2025-01-18

- Merge pull request #15 from arjangeertsema/master

# 0.1.1 / 2025-01-12

- pin deps and get node test suite working
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dom-iterator",
"Repo": "matthewmueller/dom-iterator",
"description": "iterate through DOM nodes",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"iterate",
"dom"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-iterator",
"version": "1.0.1",
"version": "1.0.2",
"description": "iterator for mini-html-parser",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"url": "https://github.com/MatthewMueller/dom-iterator/issues"
},
"homepage": "https://github.com/MatthewMueller/dom-iterator"
}
}

0 comments on commit 95a87f1

Please sign in to comment.