diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e65e1..dd55002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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._ diff --git a/package.json b/package.json index e8b1af9..2161446 100644 --- a/package.json +++ b/package.json @@ -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": {