From e080eba27fd8888bbc2883c13fa01cf4d47a16d0 Mon Sep 17 00:00:00 2001 From: Rui Quelhas Date: Thu, 3 Dec 2015 15:08:09 +0000 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c56e14..7d2ff0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/seegno/jscs-config-seegno/tree/1.1.0) (2015-12-03) +[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.0.1...1.1.0) + +**Fixed bugs:** + +- Fix issue in padding newlines before keywords rule [\#4](https://github.com/seegno/jscs-config-seegno/issues/4) +- Update `requirePaddingNewlinesBeforeKeywords` rule [\#7](https://github.com/seegno/jscs-config-seegno/pull/7) ([ruiquelhas](https://github.com/ruiquelhas)) +- Remove require padding before `finally` [\#6](https://github.com/seegno/jscs-config-seegno/pull/6) ([ruiquelhas](https://github.com/ruiquelhas)) + +**Closed issues:** + +- Normalize YAML sequence format [\#11](https://github.com/seegno/jscs-config-seegno/issues/11) +- Remove `requireCurlyBraces` Case statement without curly braces [\#9](https://github.com/seegno/jscs-config-seegno/issues/9) + +**Merged pull requests:** + +- Normalize YAML sequence format [\#12](https://github.com/seegno/jscs-config-seegno/pull/12) ([ruiquelhas](https://github.com/ruiquelhas)) +- Remove curly brace requirement for switch/case [\#10](https://github.com/seegno/jscs-config-seegno/pull/10) ([ruiquelhas](https://github.com/ruiquelhas)) + ## [1.0.1](https://github.com/seegno/jscs-config-seegno/tree/1.0.1) (2015-11-05) [Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.0.0...1.0.1) @@ -11,7 +30,3 @@ **Merged pull requests:** - Add first version [\#1](https://github.com/seegno/jscs-config-seegno/pull/1) ([ruiquelhas](https://github.com/ruiquelhas)) - - - -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/package.json b/package.json index 8efd7f9..6e2a0e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscs-config-seegno", - "version": "1.0.1", + "version": "1.1.0", "description": "Seegno-flavored JSCS config.", "main": "dist/index.js", "options": {