Skip to content

Commit

Permalink
v8.0.0 / 2022-12-30
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Dec 30, 2022
1 parent 780913a commit 3bc8997
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-dev

## v8.0.0 / 2022-12-30

- Suppress experimental warnings in node v18 (@tmont)
- Drop support for node v12, new minimum version of node is v14 (@bjornstar)
- [`devDependencies] Update `@types/node`, `eslint`, `husky`, `lint-staged`, & `tap` (@bjornstar)

## v7.4.3 / 2022-04-17

- [`loaders`] Pass on unsupported extension errors when format is not `builtin` or `commonjs` (@bjornstar)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-dev",
"version": "7.4.3",
"version": "8.0.0",
"description": "Restarts your app when files are modified",
"keywords": [
"restart",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"eslint": "^8.13.0",
"eslint": "^8.30.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.8",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.6.2",
"tap": "^16.0.1",
"tap": "^16.3.2",
"tap-xunit": "^2.4.1",
"touch": "^3.1.0",
"ts-node": "^10.7.0",
Expand Down

0 comments on commit 3bc8997

Please sign in to comment.