Skip to content

Commit

Permalink
chore: release 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
continuous-deployment committed Nov 27, 2016
1 parent 5c3dd7e commit c6176f6
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.28.0"></a>
# [2.28.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.27.0...v2.28.0) (2016-11-27)


### Bug Fixes

* annotation spell check, better @noflow support ([0fe502b](https://github.com/gajus/eslint-plugin-flowtype/commit/0fe502b))

### Features

* add support carriage return ([d537d85](https://github.com/gajus/eslint-plugin-flowtype/commit/d537d85))
* allow line break to satisfy trailing space rule ([29a17a8](https://github.com/gajus/eslint-plugin-flowtype/commit/29a17a8))



<a name="2.27.0"></a>
# [2.27.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.26.1...v2.27.0) (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.27.0",
"version": "2.28.0",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit c6176f6

Please sign in to comment.