Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Jan 8, 2019
1 parent 8234a2c commit 27fa81c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
## 5.2.1 (January 8, 2019)

### Bug Fixes

* Remove invalid test-cases and unreachable code from prefer-arrow-callback ([#186](https://github.com/lo1tuma/eslint-plugin-mocha/pull/186))
* Fix invalid syntax in test case ([#182](https://github.com/lo1tuma/eslint-plugin-mocha/pull/182))

### Documentation

* Fixing typo ([#184](https://github.com/lo1tuma/eslint-plugin-mocha/pull/184))
* Replace `warning` with `warn` ([#181](https://github.com/lo1tuma/eslint-plugin-mocha/pull/181))

### Dependency Upgrades

* Update dependencies ([#187](https://github.com/lo1tuma/eslint-plugin-mocha/pull/187))
* Update eslint-plugin-node to the latest version 🚀 ([#173](https://github.com/lo1tuma/eslint-plugin-mocha/pull/173))

## 5.2.0 (August 13, 2018)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mocha",
"version": "5.2.0",
"version": "5.2.1",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 27fa81c

Please sign in to comment.