From 25e11f28f018b63c416d65f7f868f8c6e4fd42a1 Mon Sep 17 00:00:00 2001 From: continuous-deployment Date: Sun, 27 Nov 2016 12:10:02 +0000 Subject: [PATCH] chore: release 2.28.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1738e3e..6d5f4b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.28.2](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.1...v2.28.2) (2016-11-27) + + + + ## [2.28.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.0...v2.28.1) (2016-11-27) diff --git a/package.json b/package.json index 9d2d434d..ce3c9355 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-flowtype", "description": "Flowtype linting rules for ESLint.", - "version": "2.28.1", + "version": "2.28.2", "main": "./dist/index.js", "repository": { "type": "git",