Skip to content

Commit

Permalink
chore: release 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
continuous-deployment committed Feb 24, 2017
1 parent def54e1 commit 751ac95
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

<a name="2.30.0"></a>
# [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))



<a name="2.29.1"></a>
## [2.29.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.29.0...v2.29.1) (2016-12-01)

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 751ac95

Please sign in to comment.