File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.0.0 (2023-09-13)
3
+ ## 1.0.0 (2023-09-18)
4
+
5
+ ### 🚀 Minor Changes
6
+
7
+ - [ ** enhancement** ] Add code and tests for checking DOM Node types [ #4 ] ( https://github.com/xmldom/is-dom-node/pull/4 )
8
+
9
+ ### 🔗 Dependencies
10
+
11
+ - [ ** dependencies** ] [ ** renovate** ] Update dependency eslint-plugin-deprecation to v2 [ #11 ] ( https://github.com/xmldom/is-dom-node/pull/11 )
12
+ - [ ** dependencies** ] [ ** renovate** ] Update dependency @types/jsdom to v21.1.3 [ #10 ] ( https://github.com/xmldom/is-dom-node/pull/10 )
13
+ - [ ** dependencies** ] [ ** renovate** ] Update typescript-eslint monorepo to v6.7.0 [ #8 ] ( https://github.com/xmldom/is-dom-node/pull/8 )
14
+ - [ ** dependencies** ] [ ** renovate** ] Update dependency @types/node to v16.18.52 [ #12 ] ( https://github.com/xmldom/is-dom-node/pull/12 )
15
+ - [ ** dependencies** ] [ ** renovate** ] Update dependency @types/node to v16.18.51 [ #7 ] ( https://github.com/xmldom/is-dom-node/pull/7 )
16
+ - [ ** dependencies** ] [ ** renovate** ] Update actions/checkout action to v4 [ #6 ] ( https://github.com/xmldom/is-dom-node/pull/6 )
4
17
5
18
### ⚙️ Technical Tasks
6
19
20
+ - [ ** chore** ] Configure release-it [ #15 ] ( https://github.com/xmldom/is-dom-node/pull/15 )
21
+ - [ ** chore** ] Prepare for release, excluding NPM. [ #14 ] ( https://github.com/xmldom/is-dom-node/pull/14 )
22
+ - [ ** chore** ] Have Renovate add labels to PRs it creates. [ #13 ] ( https://github.com/xmldom/is-dom-node/pull/13 )
23
+ - [ ** chore** ] Create GitHub Workflow [ #5 ] ( https://github.com/xmldom/is-dom-node/pull/5 )
7
24
- [ ** chore** ] Configure Renovate [ #2 ] ( https://github.com/xmldom/is-dom-node/pull/2 )
25
+
26
+ ---
27
+
28
+ ## v0.1.0 (2023-09-05)
29
+
30
+ _ No changelog for this release._
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " is-dom-node" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " TypeScript helper functions to narrow the type of object to a Node descendant" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments