Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Aug 24, 2016
1 parent b4165e7 commit bbf05ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
## 4.4.0 (August 24, 2016)

### Features

* Add `no-hooks-for-single-case` rule (fixes #44) (#95)
* Add rule `no-return-and-callback` (fixes #88) (#94)
* Add `no-top-level-hooks` rule (fixes #37) (#87)

### Documentation

* Fix title in `no-sibling-hooks` documentation file (#92)

### Dependency Upgrades

* Update ramda to version 0.22.1 🚀 (#93)

### Build-Related

* Add editorconfig file (#91)

## 4.3.0 (August 1, 2016)

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

0 comments on commit bbf05ea

Please sign in to comment.