Skip to content

Commit 60f96e4

Browse files
committed
v7.0.0 / 2021-05-04
1 parent cd091f6 commit 60f96e4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v7.0.0 / 2021-05-04
4+
5+
- [CLI] Improve command-line parsing, restore support for --require with a space
6+
- [README] Move images into repo and fix URLs
7+
- [dependencies] Update `minimist` from `v1.1.3` to `v1.2.5`
8+
- [.npmignore] Add more config files
9+
10+
### Developer Updates
11+
12+
- [CI] Add github workflows
13+
- [CI] Add appveyor
14+
- [CI] Start testing against node v16
15+
- [CI] Stop testing against node v10
16+
- [`test/spawn`] Split `index` into multiple files
17+
- [`test/utils`] Replaced directory of files with a single module that contains two methods: `spawn` and `touchFile`
18+
- [`test/utils/run`] Moved `run` function directly into the `run` file
19+
- [devDependenies] Update `eslint` from `v7.23.0` to `v7.25.0`
20+
321
## v6.7.0 / 2021-04-07
422

523
- [New Option] `--debounce` to control how long to wait before restarting

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": "6.7.0",
3+
"version": "7.0.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)