Skip to content

Commit

Permalink
v7.4.3 / 2022-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Apr 17, 2022
1 parent 4897b33 commit d791afa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-dev

## v7.4.3 / 2022-04-17

- [`loaders`] Pass on unsupported extension errors when format is not `builtin` or `commonjs` (@bjornstar)
- [`devDependencies`] Update most devDependencies to their latest versions (@bjornstar)
- [`dependencies`] Update `minimist`, `resolve` & `semver` (@bjornstar)

## v7.4.2 / 2022-03-29

- [wrap] Worker threads inherit node arguments, we only need the main thread to listen for file changes (@lehni)
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.4.2",
"version": "7.4.3",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down

0 comments on commit d791afa

Please sign in to comment.