Skip to content

Commit

Permalink
Merge pull request #656 from feross/feross/deps
Browse files Browse the repository at this point in the history
8.4.0 release
  • Loading branch information
feross authored Oct 10, 2016
2 parents 09ca0a5 + 73e2650 commit 4aad40c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 8.4.0 - 2016-10-10

- Update ESLint from 3.6.x to 3.7.x.
- 5 additional rules are now fixable with `standard --fix`!
- Use more conservative semver ranges [#654](https://github.com/feross/standard/issues/654)

## 8.3.0 - 2016-09-29

The last release (`8.2.0`) added ES7 support. This release (`8.3.0`) adds ES8
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"url": "https://github.com/feross/standard/issues"
},
"dependencies": {
"eslint": "~3.6.0",
"eslint": "~3.7.1",
"eslint-config-standard": "6.2.0",
"eslint-config-standard-jsx": "3.2.0",
"eslint-plugin-promise": "~2.0.0",
"eslint-plugin-promise": "~3.0.0",
"eslint-plugin-react": "~6.4.1",
"eslint-plugin-standard": "~2.0.1",
"standard-engine": "~5.1.0"
Expand Down

0 comments on commit 4aad40c

Please sign in to comment.