Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Dec 1, 2021
1 parent 6629d77 commit 65079a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# eslint-nibble Changelog

### 8.0.0
- (Breaking) Require ESLint >= 7 (to support ESLint 8) (#88)
- (Build) Remove babel compilation step (#89)

### 7.0.0
- (Breaking) Drop node < 12 (#83)
- (Feature) Adds `--fixable-only` option to only show fixable results (#82)
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "eslint-nibble",
"version": "7.0.0",
"version": "8.0.0",
"description": "Ease into ESLint, by fixing one rule at a time",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 65079a3

Please sign in to comment.