Skip to content

Commit

Permalink
4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 23, 2016
1 parent 9ce0d5d commit ba36ecd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
## 4.8.0 (December 23, 2016)

### Enhancements

* Support MemberExpression for additionalTestFunctions (#114)
* Make no-mocha-arrows rule fixable (#112)

### Bug Fixes

* Fix no-mocha-arrow fixer (#118)

### Build-Related

* Add node 7 as travis build environment (#115)

### Documentation

* Fix rule name in CHANGELOG to match actual rule (#111)

## 4.7.0 (October 12, 2016)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mocha",
"version": "4.7.0",
"version": "4.8.0",
"description": "Eslint rules for mocha.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ba36ecd

Please sign in to comment.