Skip to content

Commit 0aac92d

Browse files
committed
chore: releases
1 parent 5f6de24 commit 0aac92d

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/fifty-roses-heal.md

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

packages/dump_viewer/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5f6de24]
8+
9+
310
## 0.3.0
411

512
### 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.0",
3+
"version": "0.3.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 5f6de24: `--import=hot-hook/register` was broken due to a bug in path handling that wasn't cross platform. This has been fixed and also added a Windows CI to prevent this from happening again.
8+
39
## 0.2.0
410

511
### Minor 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.0",
4+
"version": "0.2.1",
55
"main": "index.js",
66
"type": "module",
77
"files": [

0 commit comments

Comments
 (0)