From bf6994516329318252881b5215f173ffa21711ec Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Fri, 6 Jul 2018 12:34:52 +0200 Subject: [PATCH] 5.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d0eaf..1d4c91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 5.1.0 (July 6, 2018) + +### Bug Fixes + +* Issue #166: No setup in describe hooks ([#167](https://github.com/lo1tuma/eslint-plugin-mocha/pull/167)) + +### Features + +* Adds mocha-aware prefer-arrow-callback rule ([#163](https://github.com/lo1tuma/eslint-plugin-mocha/pull/163)) + +### Dependency Upgrades + +* Update eslint-config-holidaycheck to version 0.13.1 ([#170](https://github.com/lo1tuma/eslint-plugin-mocha/pull/170)) +* Update eslint to version 5.0.1 ([#169](https://github.com/lo1tuma/eslint-plugin-mocha/pull/169)) +* Update nyc to version 12.0.2 ([#168](https://github.com/lo1tuma/eslint-plugin-mocha/pull/168)) + +### Build-Related + +* Add node 10 build environment ([#171](https://github.com/lo1tuma/eslint-plugin-mocha/pull/171)) + ## 5.0.0 (March 24, 2018) ### Breaking Changes diff --git a/package.json b/package.json index 65b2a63..cd9e9f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "5.0.0", + "version": "5.1.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=6.0.0"