Skip to content

Commit

Permalink
Merge pull request #1033 from varya/release/1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
varya authored Nov 11, 2016
2 parents 93a199f + a508cb6 commit 593d3cc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.3.1 (2016-11-11)

### Fixes
* Allow trailing spaces in between KSS parameters. Fix#1027 (#[1031](https://github.com/SC5/sc5-styleguide/pull/1031))
* Bump to socket.io 1.4.0 (#[1032](https://github.com/SC5/sc5-styleguide/pull/1032))

### Internal
* Officially support [email protected]. Fix#1025. (#[1026](https://github.com/SC5/sc5-styleguide/pull/1026))

### Credits

Thanks to [Marinho Brandão](https://github.com/marinho) for contribution into this release.

## 1.3.0 (2016-11-04)

### Features
Expand Down
15 changes: 8 additions & 7 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## 1.3.0 (2016-11-04)

### Features
* Allow to run multiple styleguide servers on different ports. Fix #1019 (#[1021](https://github.com/SC5/sc5-styleguide/pull/1021))
* Build option to disable server log. Fix #1007 (#[1022](https://github.com/SC5/sc5-styleguide/pull/1022))
## 1.3.1 (2016-11-11)

### Fixes
* Fix#1017 Parse SCSS variable declarations without spaces (#[1018](https://github.com/SC5/sc5-styleguide/pull/1018))
* Allow trailing spaces in between KSS parameters. Fix#1027 (#[1031](https://github.com/SC5/sc5-styleguide/pull/1031))
* Bump to socket.io 1.4.0 (#[1032](https://github.com/SC5/sc5-styleguide/pull/1032))

### Internal
* Unit test for not considering spaces in variable definitions (#[1020](https://github.com/SC5/sc5-styleguide/pull/1020))
* Officially support [email protected]. Fix#1025. (#[1026](https://github.com/SC5/sc5-styleguide/pull/1026))

### Credits

Thanks to [Marinho Brandão](https://github.com/marinho) for contribution into this release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sc5-styleguide",
"version": "1.3.0",
"version": "1.3.1",
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
"bin": {
"styleguide": "./bin/styleguide"
Expand Down

0 comments on commit 593d3cc

Please sign in to comment.