diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc43715..ab8b5387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 2.1.0 (2017-09-20) + +### Features +* Allow `.pug` files to be passed into markup (#[1114](https://github.com/SC5/sc5-styleguide/pull/1114)) + +### Documentations +* Improve website readability (#[1119](https://github.com/SC5/sc5-styleguide/pull/1119)) +* Improve documentation (#[1120](https://github.com/SC5/sc5-styleguide/pull/1120)) + +### Internal development +* Fix failing test suite (#[1118](https://github.com/SC5/sc5-styleguide/pull/1118)) +* Automated spellchecking (#[1067](https://github.com/SC5/sc5-styleguide/pull/1067)) +* fix #1115 default style bug on clean build (#[1116](https://github.com/SC5/sc5-styleguide/pull/1116)) + +### Credits +Thanks to [Wolfram Rong](https://github.com/w74) and [Daniel Schildt](https://github.com/d2s) for contribution into +this release. + ## 2.0.4 (2017-08-17) * Updated babel-root-import dependency (#[1112](https://github.com/SC5/sc5-styleguide/pull/1112)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 76fcbe1f..a5c1e085 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,8 +1,18 @@ -## 2.0.4 (2017-08-17) +## 2.1.0 (2017-09-20) -* Updated babel-root-import dependency (#[1112](https://github.com/SC5/sc5-styleguide/pull/1112)) +### Features +* Allow `.pug` files to be passed into markup (#[1114](https://github.com/SC5/sc5-styleguide/pull/1114)) -## Credits +### Documentations +* Improve website readability (#[1119](https://github.com/SC5/sc5-styleguide/pull/1119)) +* Improve documentation (#[1120](https://github.com/SC5/sc5-styleguide/pull/1120)) -Thanks to [Wolfram Rong](https://github.com/w74) for the contribution! +### Internal development +* Fix failing test suite (#[1118](https://github.com/SC5/sc5-styleguide/pull/1118)) +* Automated spellchecking (#[1067](https://github.com/SC5/sc5-styleguide/pull/1067)) +* fix #1115 default style bug on clean build (#[1116](https://github.com/SC5/sc5-styleguide/pull/1116)) + +### Credits +Thanks to [Wolfram Rong](https://github.com/w74) and [Daniel Schildt](https://github.com/d2s) for contribution into +this release. diff --git a/package.json b/package.json index f52f9f5b..a47fb190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "2.0.4", + "version": "2.1.0", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide"