Skip to content

Commit 5c92a51

Browse files
committed
Release 1.0.0
1 parent 27ec4d5 commit 5c92a51

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
# Changelog
22

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)
417

518
### ⚙️ Technical Tasks
619

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)
724
- [**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._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-dom-node",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "TypeScript helper functions to narrow the type of object to a Node descendant",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)