Skip to content

Commit

Permalink
v7.0.0 / 2021-05-04
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed May 4, 2021
1 parent cd091f6 commit 60f96e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# node-dev

## v7.0.0 / 2021-05-04

- [CLI] Improve command-line parsing, restore support for --require with a space
- [README] Move images into repo and fix URLs
- [dependencies] Update `minimist` from `v1.1.3` to `v1.2.5`
- [.npmignore] Add more config files

### Developer Updates

- [CI] Add github workflows
- [CI] Add appveyor
- [CI] Start testing against node v16
- [CI] Stop testing against node v10
- [`test/spawn`] Split `index` into multiple files
- [`test/utils`] Replaced directory of files with a single module that contains two methods: `spawn` and `touchFile`
- [`test/utils/run`] Moved `run` function directly into the `run` file
- [devDependenies] Update `eslint` from `v7.23.0` to `v7.25.0`

## v6.7.0 / 2021-04-07

- [New Option] `--debounce` to control how long to wait before restarting
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": "6.7.0",
"version": "7.0.0",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down

0 comments on commit 60f96e4

Please sign in to comment.