Skip to content

Commit

Permalink
5.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 22, 2018
1 parent 58d09ca commit e585fbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-nibble Changelog

### 5.0.0-beta.4
- (Feature) Add `--rule` flag
- (Fix) Remove attempts to fix npx without local installation

### 5.0.0-beta.3
- Added some logging to try to troubleshoot npx

### 5.0.0-beta.2
- (Fix) Another attempt for remote npx

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": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "Ease into ESLint, by fixing one rule at a time",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit e585fbf

Please sign in to comment.