Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Quelhas committed Mar 31, 2016
1 parent 1919b0c commit b7e8fd9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 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))

**Fixed bugs:**

- Required new line before `typeof` [\#15](https://github.com/seegno/jscs-config-seegno/issues/15)

**Closed issues:**

- 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)

**Merged pull requests:**

- Update documentation [\#23](https://github.com/seegno/jscs-config-seegno/pull/23) ([ruiquelhas](https://github.com/ruiquelhas))
- 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))

## [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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscs-config-seegno",
"version": "1.1.0",
"version": "2.0.0",
"description": "Seegno-flavored JSCS config.",
"main": "src/presets/seegno.json",
"options": {
Expand Down

0 comments on commit b7e8fd9

Please # to comment.