Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Quelhas committed Dec 3, 2015
1 parent d3c19a9 commit e080eba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)*
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.0.1",
"version": "1.1.0",
"description": "Seegno-flavored JSCS config.",
"main": "dist/index.js",
"options": {
Expand Down

0 comments on commit e080eba

Please # to comment.