From 35b18b57d97cac2d85246eaaa9ea0d25796851f3 Mon Sep 17 00:00:00 2001 From: continuous-deployment Date: Sun, 27 Nov 2016 11:37:57 +0000 Subject: [PATCH] chore: release 2.27.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af45f752..f797672d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.27.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.26.1...v2.27.0) (2016-11-27) + + +### Features + +* Add excludeVariableMatch option to require-variable-type ([a087fe6](https://github.com/gajus/eslint-plugin-flowtype/commit/a087fe6)) +* Add excludeVariableTypes option to require-variable-type ([35f601f](https://github.com/gajus/eslint-plugin-flowtype/commit/35f601f)) +* Add require-variable-type rule ([3013025](https://github.com/gajus/eslint-plugin-flowtype/commit/3013025)) + + + ## [2.26.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.26.0...v2.26.1) (2016-11-27) diff --git a/package.json b/package.json index e3a55229..27beebe0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-flowtype", "description": "Flowtype linting rules for ESLint.", - "version": "2.26.1", + "version": "2.27.0", "main": "./dist/index.js", "repository": { "type": "git",