From bbcacd00f135b268fd790d563f80fa9963354110 Mon Sep 17 00:00:00 2001 From: continuous-deployment Date: Sun, 27 Nov 2016 11:43:14 +0000 Subject: [PATCH] chore: release 2.27.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f797672d..91ff7b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.27.0...v2.27.1) (2016-11-27) + + +### Bug Fixes + +* annotation spell check, better @noflow support ([0fe502b](https://github.com/gajus/eslint-plugin-flowtype/commit/0fe502b)) + + + # [2.27.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.26.1...v2.27.0) (2016-11-27) diff --git a/package.json b/package.json index 27beebe0..3e9d87d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-flowtype", "description": "Flowtype linting rules for ESLint.", - "version": "2.27.0", + "version": "2.27.1", "main": "./dist/index.js", "repository": { "type": "git",