Skip to content

Commit

Permalink
Release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaonice committed Mar 27, 2019
1 parent fd5a543 commit 432318d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v13.0.0](https://github.com/seegno/eslint-config-seegno/tree/v13.0.0) (2019-03-27)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/v12.0.0...v13.0.0)

**Merged pull requests:**

- Add react prefer-stateless-function rule [\#99](https://github.com/seegno/eslint-config-seegno/pull/99) ([rafaelcruzazevedo](https://github.com/rafaelcruzazevedo))
- Add react jsx-tag-spacing rule [\#98](https://github.com/seegno/eslint-config-seegno/pull/98) ([rafaelcruzazevedo](https://github.com/rafaelcruzazevedo))
- Add react hooks rules [\#96](https://github.com/seegno/eslint-config-seegno/pull/96) ([flaviocastro](https://github.com/flaviocastro))
- Fix ESLint errors [\#94](https://github.com/seegno/eslint-config-seegno/pull/94) ([flaviocastro](https://github.com/flaviocastro))
- Fix newline-between-switch-case fallthrough [\#93](https://github.com/seegno/eslint-config-seegno/pull/93) ([flaviocastro](https://github.com/flaviocastro))

## [v12.0.0](https://github.com/seegno/eslint-config-seegno/tree/v12.0.0) (2019-01-15)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/v11.0.1...v12.0.0)

Expand Down Expand Up @@ -148,28 +159,28 @@
- Update `arrow-parens` rule [\#14](https://github.com/seegno/eslint-config-seegno/pull/14) ([pgom](https://github.com/pgom))

## [v1.1.1](https://github.com/seegno/eslint-config-seegno/tree/v1.1.1) (2015-11-11)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/v1.1.0...v1.1.1)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/1.1.0...v1.1.1)

**Merged pull requests:**

- Fix async generator-star issues [\#11](https://github.com/seegno/eslint-config-seegno/pull/11) ([ruiquelhas](https://github.com/ruiquelhas))
- Fix arrow function in variable declarations [\#10](https://github.com/seegno/eslint-config-seegno/pull/10) ([nunofgs](https://github.com/nunofgs))
- Fix async arrow functions [\#9](https://github.com/seegno/eslint-config-seegno/pull/9) ([nunofgs](https://github.com/nunofgs))

## [v1.1.0](https://github.com/seegno/eslint-config-seegno/tree/v1.1.0) (2015-11-05)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/1.1.0...v1.1.0)

## [1.1.0](https://github.com/seegno/eslint-config-seegno/tree/1.1.0) (2015-11-05)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/v1.0.0...1.1.0)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/v1.1.0...1.1.0)

## [v1.1.0](https://github.com/seegno/eslint-config-seegno/tree/v1.1.0) (2015-11-05)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/1.0.0...v1.1.0)

**Merged pull requests:**

- Add missing ES6 rules [\#5](https://github.com/seegno/eslint-config-seegno/pull/5) ([nunofgs](https://github.com/nunofgs))

## [v1.0.0](https://github.com/seegno/eslint-config-seegno/tree/v1.0.0) (2015-11-02)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/1.0.0...v1.0.0)

## [1.0.0](https://github.com/seegno/eslint-config-seegno/tree/1.0.0) (2015-11-02)
[Full Changelog](https://github.com/seegno/eslint-config-seegno/compare/v1.0.0...1.0.0)

## [v1.0.0](https://github.com/seegno/eslint-config-seegno/tree/v1.0.0) (2015-11-02)
**Merged pull requests:**

- Add first version [\#1](https://github.com/seegno/eslint-config-seegno/pull/1) ([ruiquelhas](https://github.com/ruiquelhas))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seegno",
"version": "12.0.0",
"version": "13.0.0",
"description": "Seegno-flavored ESLint config",
"keywords": [
"config",
Expand Down

0 comments on commit 432318d

Please sign in to comment.