Skip to content

Commit

Permalink
Update changelog for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Aug 1, 2020
1 parent dfb3d38 commit 0e93221
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-nibble Changelog

### 6.0.0
- (Breaking) Requires node 8 or higher due to upgrades of internal dependencies. (#60)
- (Feature) Adds `--no-interactive` flag for use in CI environment (#61)
- (Feature) Adds `--format` flag to control output when using `--no-interactive` (#61)
- (Feature) Adds `--multi` flag to allow selection of multiple rules in interactive mode (#73)
- (Dep) Update dependencies, replace github fork

### 6.0.0-beta.3
Fixed build

Expand All @@ -8,7 +15,7 @@ Note: do not use, broken build

### 6.0.0-beta.1
Note: do not use, broken build
- (Dependency) Use namespaced @ianvs/eslint-stats
- (Dep) Use namespaced @ianvs/eslint-stats

### 6.0.0-beta.0
- (Breaking) Requires node 8 or higher due to upgrades of internal dependencies. (#60)
Expand Down

0 comments on commit 0e93221

Please sign in to comment.