From 96b14bb425ca3cbcea62e460bd253553bda4d40c Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Fri, 22 Nov 2019 12:47:29 +0100 Subject: [PATCH] 6.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5347203..97edc17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.2.2 (November 22, 2019) + +### Bug Fixes + +* Support TDD interface in no-setup-in-describe ([#220](https://github.com/lo1tuma/eslint-plugin-mocha/pull/220)) + +### Build-Related + +* 🚀 Use GitHub Actions instead of Travis ([#221](https://github.com/lo1tuma/eslint-plugin-mocha/pull/221)) + ## 6.2.1 (October 28, 2019) ### Bug Fixes diff --git a/package.json b/package.json index a53b4dd..2105037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "6.2.1", + "version": "6.2.2", "description": "Eslint rules for mocha.", "engines": { "node": ">=8.0.0"