Skip to content

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jan 20, 2022
1 parent 3cf6762 commit 31d8511
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# eslint-nibble Changelog

### 8.0.1
- (Fix) Correctly report results of autofix (#91)

### 8.0.0
- (Breaking) Require ESLint >= 7 (to support ESLint 8) (#88)
- (Build) Remove babel compilation step (#89)
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": "8.0.0",
"version": "8.0.1",
"description": "Ease into ESLint, by fixing one rule at a time",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 31d8511

Please sign in to comment.