Skip to content

Commit 606203f

Browse files
committed
chore: releases
1 parent 89c2a60 commit 606203f

File tree

7 files changed

+23
-10
lines changed

7 files changed

+23
-10
lines changed

.changeset/wise-scissors-breathe.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/dump_viewer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hot-hook/dump-viewer
22

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- 89c2a60: Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above.
8+
- Updated dependencies [89c2a60]
9+
- hot-hook@0.2.5
10+
311
## 0.3.4
412

513
### Patch Changes

packages/dump_viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hot-hook/dump-viewer",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"type": "module",
55
"files": [
66
"build"

packages/hot_hook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hot-hook
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- 89c2a60: Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above.
8+
39
## 0.2.4
410

511
### Patch Changes

packages/hot_hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hot-hook",
33
"description": "Easy hot module reloading (HMR) for Node.js and ESM",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"main": "index.js",
66
"type": "module",
77
"files": [

packages/runner/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hot-hook/runner
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 89c2a60: Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above.
8+
39
## 0.0.4
410

511
### Patch Changes

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hot-hook/runner",
33
"description": "Runner for applications that use hot-hook",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"main": "build/bin/run.js",
66
"type": "module",
77
"files": [

0 commit comments

Comments
 (0)