Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian VanSchooten committed Dec 15, 2020
1 parent dfd5442 commit f1ba8c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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

### 6.1.0
- (Feature) Adds `--rulesdir` option to load custom rules at runtime (#76)
- (Build) Update versions of node to run in Travis CI.

### 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)
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.0",
"version": "6.1.0",
"description": "Ease into ESLint, by fixing one rule at a time",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit f1ba8c2

Please sign in to comment.