Skip to content

Commit

Permalink
v7.1.0 / 2021-10-24
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Oct 24, 2021
1 parent 4cac78e commit 9a36a14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# node-dev

## v7.1.0 / 2021-10-24

- [ESM] Update `experimental-loader` to use new `load` method from node `v16.12.0` onwards

### Developer Updates

- `@types/node` updated from `v14.14.37` to `v16.11.3`
- `eslint` updated from `v7.25.0` to `v8.0.1`
- `husky` updated from `v6.0.0` to `v7.0.4`
- `lint-staged` updated from `v10.5.4` to `v11.2.3`
- `ts-node` updated from `v9.1.1` to `v10.3.1`
- [CI] Start testing on windows
- [`test/utils`] `touchFile` can take a path
- [`test/typescript`] Use `message.ts` instead of `message.js`

## v7.0.0 / 2021-05-04

- [CLI] Improve command-line parsing, restore support for --require with a space
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.0.0",
"version": "7.1.0",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down

0 comments on commit 9a36a14

Please sign in to comment.