Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Jul 4, 2016
1 parent d44623e commit 2f56017
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
## 4.0.0 (July 4, 2016)

### Features

* feat(rules): add 'valid-suite-description' rule (#74)
* feat(rules): add 'valid-test-description' rule (#68)

### Enhancements

* Add recommended config (#72)

### Dependency Upgrades

* Update eslint to version 3.0.0 🚀 (#70)

### Breaking Changes

* Drop support old node versions (#71)

### Documentation

* Remove fixable from no-exclusive on README (#73)
* [README] Use a more explicit config (#65)
* update to docs to match removed autofix (#64)

## 3.0.0 (June 2, 2016)

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

0 comments on commit 2f56017

Please sign in to comment.