From 751ac953adf4bd8912c7ded0efcf53b1d41caf3f Mon Sep 17 00:00:00 2001 From: continuous-deployment Date: Fri, 24 Feb 2017 08:34:39 +0000 Subject: [PATCH] chore: release 2.30.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8405250f..8fde3aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.30.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.29.1...v2.30.0) (2017-02-24) + + +### Bug Fixes + +* ensure colon is not null in typeColonSpacing reporter (#197) ([1242ab4](https://github.com/gajus/eslint-plugin-flowtype/commit/1242ab4)) +* require-return-type exception ([59bbf3e](https://github.com/gajus/eslint-plugin-flowtype/commit/59bbf3e)) + +### Features + +* `require-return-type` include / exclude filter support ([3f4b947](https://github.com/gajus/eslint-plugin-flowtype/commit/3f4b947)) + + + ## [2.29.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.29.0...v2.29.1) (2016-12-01) diff --git a/package.json b/package.json index 2b5558f1..823764c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-flowtype", "description": "Flowtype linting rules for ESLint.", - "version": "2.29.1", + "version": "2.30.0", "main": "./dist/index.js", "repository": { "type": "git",