Skip to content

Commit 9a36a14

Browse files
committed
v7.1.0 / 2021-10-24
1 parent 4cac78e commit 9a36a14

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# node-dev
22

3+
## v7.1.0 / 2021-10-24
4+
5+
- [ESM] Update `experimental-loader` to use new `load` method from node `v16.12.0` onwards
6+
7+
### Developer Updates
8+
9+
- `@types/node` updated from `v14.14.37` to `v16.11.3`
10+
- `eslint` updated from `v7.25.0` to `v8.0.1`
11+
- `husky` updated from `v6.0.0` to `v7.0.4`
12+
- `lint-staged` updated from `v10.5.4` to `v11.2.3`
13+
- `ts-node` updated from `v9.1.1` to `v10.3.1`
14+
- [CI] Start testing on windows
15+
- [`test/utils`] `touchFile` can take a path
16+
- [`test/typescript`] Use `message.ts` instead of `message.js`
17+
318
## v7.0.0 / 2021-05-04
419

520
- [CLI] Improve command-line parsing, restore support for --require with a space

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-dev",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)