From 9a7c5c62bcd6550358193eeee3cb89124952748d Mon Sep 17 00:00:00 2001 From: Rui Quelhas Date: Mon, 18 Jul 2016 13:21:23 +0100 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 37 +++++++++++-------------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441d881..ce29a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,53 +1,38 @@ # Changelog -## [2.0.0](https://github.com/seegno/jscs-config-seegno/tree/2.0.0) (2016-03-31) -[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.1.0...2.0.0) - -**Implemented enhancements:** - -- False positives for requireSqlTemplateInQueryFunction [\#13](https://github.com/seegno/jscs-config-seegno/issues/13) -- Export as preset instead of plugin [\#20](https://github.com/seegno/jscs-config-seegno/pull/20) ([ruimarinho](https://github.com/ruimarinho)) -- Replace `requireSqlTemplateInQueryFunction` rule [\#14](https://github.com/seegno/jscs-config-seegno/pull/14) ([ruiquelhas](https://github.com/ruiquelhas)) +## [2.0.1](https://github.com/seegno/jscs-config-seegno/tree/2.0.1) (2016-07-18) +[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/2.0.0...2.0.1) -**Fixed bugs:** - -- Required new line before `typeof` [\#15](https://github.com/seegno/jscs-config-seegno/issues/15) +**Merged pull requests:** -**Closed issues:** +- Add deprecation notice [\#29](https://github.com/seegno/jscs-config-seegno/pull/29) ([ruiquelhas](https://github.com/ruiquelhas)) -- Installing should package [\#22](https://github.com/seegno/jscs-config-seegno/issues/22) -- Remove `jscs` dependency [\#2](https://github.com/seegno/jscs-config-seegno/issues/2) +## [2.0.0](https://github.com/seegno/jscs-config-seegno/tree/2.0.0) (2016-03-31) +[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/1.1.0...2.0.0) **Merged pull requests:** - Update documentation [\#23](https://github.com/seegno/jscs-config-seegno/pull/23) ([ruiquelhas](https://github.com/ruiquelhas)) +- Export as preset instead of plugin [\#20](https://github.com/seegno/jscs-config-seegno/pull/20) ([ruimarinho](https://github.com/ruimarinho)) - Update license to MIT [\#19](https://github.com/seegno/jscs-config-seegno/pull/19) ([ruimarinho](https://github.com/ruimarinho)) - Update node engine constraint style [\#18](https://github.com/seegno/jscs-config-seegno/pull/18) ([ruimarinho](https://github.com/ruimarinho)) - Remove rule requiring new line before `typeof` [\#16](https://github.com/seegno/jscs-config-seegno/pull/16) ([ruiquelhas](https://github.com/ruiquelhas)) +- Replace `requireSqlTemplateInQueryFunction` rule [\#14](https://github.com/seegno/jscs-config-seegno/pull/14) ([ruiquelhas](https://github.com/ruiquelhas)) ## [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)) +- 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)) ## [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) -**Fixed bugs:** +**Merged pull requests:** - Fix object key order validation rule [\#5](https://github.com/seegno/jscs-config-seegno/pull/5) ([nunofgs](https://github.com/nunofgs)) diff --git a/package.json b/package.json index 9f565b7..bb7db40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscs-config-seegno", - "version": "2.0.0", + "version": "2.0.1", "description": "Seegno-flavored JSCS config.", "main": "src/presets/seegno.json", "options": {