Skip to content

Commit

Permalink
chore: release 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
continuous-deployment committed Nov 27, 2016
1 parent d3ac155 commit 09fb32b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

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.26.0"></a>
# [2.26.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.25.0...v2.26.0) (2016-11-27)


### Bug Fixes

* primitive constructor types regex ([ceea11c](https://github.com/gajus/eslint-plugin-flowtype/commit/ceea11c))

### Features

* add no-primitive-constructor-types rule ([0d37f03](https://github.com/gajus/eslint-plugin-flowtype/commit/0d37f03))



<a name="2.25.0"></a>
# [2.25.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.24.0...v2.25.0) (2016-10-25)

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

0 comments on commit 09fb32b

Please sign in to comment.