Skip to content

Commit

Permalink
chore: release 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
continuous-deployment committed Nov 30, 2016
1 parent 9c28438 commit aa2c18b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

<a name="2.29.0"></a>
# [2.29.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.2...v2.29.0) (2016-11-30)


### Features

* support optional Flow names (closes #145) ([c40ad7c](https://github.com/gajus/eslint-plugin-flowtype/commit/c40ad7c)), closes [#145](https://github.com/gajus/eslint-plugin-flowtype/issues/145)



<a name="2.28.2"></a>
## [2.28.2](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.1...v2.28.2) (2016-11-27)

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.28.2",
"version": "2.29.0",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit aa2c18b

Please sign in to comment.