Skip to content

Commit

Permalink
v8.0.0 changelog updates (#138)
Browse files Browse the repository at this point in the history
* final dep bump before release

* v8.0.0 changelog
  • Loading branch information
nboxhallburnett committed Feb 28, 2023
1 parent a8f8bd3 commit 7969de8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v8.0.0 (Feb 28, 2023)

* BREAKING CHANGE: Replaces unmaintained `eslint-plugin-node` with `eslint-plugin-n`. Any uses of `env-node` with `node/` scoped rule overrides will need to be replaced as `n/` scoped.
* chore: Updated dependencies.

# v7.0.1 (May 18, 2022)

* fix: Ignore unsupported ES module syntax warnings.
Expand Down
61 changes: 38 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "8.x"
},
"devDependencies": {
"eslint": "^8.34.0"
"eslint": "^8.35.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 7969de8

Please sign in to comment.