From 432318df1d9e92559216c0d0df874a6073f18fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alves?= Date: Wed, 27 Mar 2019 18:11:48 +0000 Subject: [PATCH] Release 13.0.0 --- CHANGELOG.md | 27 +++++++++++++++++++-------- package.json | 2 +- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddffcce..7df0e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -148,7 +159,7 @@ - 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:** @@ -156,20 +167,20 @@ - 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)) diff --git a/package.json b/package.json index 8e05e61..2831e64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seegno", - "version": "12.0.0", + "version": "13.0.0", "description": "Seegno-flavored ESLint config", "keywords": [ "config",