Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Sep 18, 2023
1 parent 27ec4d5 commit 5c92a51
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# Changelog

## 1.0.0 (2023-09-13)
## 1.0.0 (2023-09-18)

### 🚀 Minor Changes

- [**enhancement**] Add code and tests for checking DOM Node types [#4](https://github.com/xmldom/is-dom-node/pull/4)

### 🔗 Dependencies

- [**dependencies**] [**renovate**] Update dependency eslint-plugin-deprecation to v2 [#11](https://github.com/xmldom/is-dom-node/pull/11)
- [**dependencies**] [**renovate**] Update dependency @types/jsdom to v21.1.3 [#10](https://github.com/xmldom/is-dom-node/pull/10)
- [**dependencies**] [**renovate**] Update typescript-eslint monorepo to v6.7.0 [#8](https://github.com/xmldom/is-dom-node/pull/8)
- [**dependencies**] [**renovate**] Update dependency @types/node to v16.18.52 [#12](https://github.com/xmldom/is-dom-node/pull/12)
- [**dependencies**] [**renovate**] Update dependency @types/node to v16.18.51 [#7](https://github.com/xmldom/is-dom-node/pull/7)
- [**dependencies**] [**renovate**] Update actions/checkout action to v4 [#6](https://github.com/xmldom/is-dom-node/pull/6)

### ⚙️ Technical Tasks

- [**chore**] Configure release-it [#15](https://github.com/xmldom/is-dom-node/pull/15)
- [**chore**] Prepare for release, excluding NPM. [#14](https://github.com/xmldom/is-dom-node/pull/14)
- [**chore**] Have Renovate add labels to PRs it creates. [#13](https://github.com/xmldom/is-dom-node/pull/13)
- [**chore**] Create GitHub Workflow [#5](https://github.com/xmldom/is-dom-node/pull/5)
- [**chore**] Configure Renovate [#2](https://github.com/xmldom/is-dom-node/pull/2)

---

## v0.1.0 (2023-09-05)

_No changelog for this release._
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-dom-node",
"version": "0.9.0",
"version": "1.0.0",
"description": "TypeScript helper functions to narrow the type of object to a Node descendant",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5c92a51

Please sign in to comment.