diff --git a/CHANGELOG.md b/CHANGELOG.md index 786cd4c7..54324bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 node@6.9. 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 diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 8730d2fa..e43dd468 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -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 node@6.9. 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. diff --git a/package.json b/package.json index c8e26c11..bc3d2e14 100644 --- a/package.json +++ b/package.json @@ -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"