diff --git a/CHANGELOG.md b/CHANGELOG.md index 798438ab..0c8df169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.0.2 (2017-08-10) + +* made "sections" more consistent (#[1105](https://github.com/SC5/sc5-styleguide/pull/1105)) +* Fix missing default styles on clean build (#[1106](https://github.com/SC5/sc5-styleguide/pull/1106)) + +### Credits + +Thanks to [Wolfram Rong](https://github.com/w74) for contribution into this release. + + ## 2.0.1 (2017-06-28) * fix sidenav animation (#[1102](https://github.com/SC5/sc5-styleguide/pull/1102)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 54fdacf7..d3bad26a 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,4 +1,4 @@ -## 2.0.1 (2017-06-28) - -* fix sidenav animation (#[1102](https://github.com/SC5/sc5-styleguide/pull/1102)) +## 2.0.2 (2017-08-10) +* made "sections" more consistent (#[1105](https://github.com/SC5/sc5-styleguide/pull/1105)) +* Fix missing default styles on clean build (#[1106](https://github.com/SC5/sc5-styleguide/pull/1106)) diff --git a/package.json b/package.json index 95571859..5abdfa67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "2.0.1", + "version": "2.0.2", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide"