Skip to content

Commit

Permalink
v7.4.0 / 2022-03-26
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Mar 26, 2022
1 parent 5d07f00 commit f3888ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# node-dev

## v7.4.0 / 2022-03-26

- Use `--require` to invoke the wrapper (@kherock)
- [`loaders`] Use `fileURLToPath` to ensure support on Windows (@kherock)
- [`wrap`] Suppress warnings about using experimental loaders (@kherock)
- [`tests`] Ensure tests pass even if warnings are emitted (@bjornstar)
- [CI] Add tests for node v12.10, v12.16, and v17 (@bjornstar)

## v7.3.1 / 2022-03-24

- Add `--experimental-modules` for ESM module support on node <12.17 (@bjornstar)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-dev",
"version": "7.3.1",
"version": "7.4.0",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down

0 comments on commit f3888ef

Please sign in to comment.