Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Oct 9, 2023
1 parent 2f7a0da commit cb3b720
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## 1.0.0 (2023-09-18)
## 1.0.1 (2023-10-09)

### 🔗 Dependencies

- [**dependencies**] Update dependencies [#25](https://github.com/xmldom/is-dom-node/pull/25)

### ⚙️ Technical Tasks

- [**chore**] Allow release-it to release to npm [#24](https://github.com/xmldom/is-dom-node/pull/24)
- [**chore**] Use correct badge in readme for build status [#23](https://github.com/xmldom/is-dom-node/pull/23)
- [**chore**] Use @xmldom scope [#22](https://github.com/xmldom/is-dom-node/pull/22)

---

## v1.0.0 (2023-09-18)

### 🚀 Minor Changes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmldom/is-dom-node",
"version": "1.0.0",
"version": "1.0.1",
"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 cb3b720

Please sign in to comment.