diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8b5387..35e66d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2.0 (2018-06-19) + +* Use parsed includeDefaultStyles instead of direct input (#[1130](/~https://github.com/SC5/sc5-styleguide/pull/1130)) + +### Credits +Thanks to [Kaspars Dambis](/~https://github.com/kasparsd) for contribution into this release. + ## 2.1.0 (2017-09-20) ### Features diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index a5c1e085..fc38f9ae 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,18 +1,6 @@ -## 2.1.0 (2017-09-20) +## 2.2.0 (2018-06-19) -### 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)) +* Use parsed includeDefaultStyles instead of direct input (#[1130](/~https://github.com/SC5/sc5-styleguide/pull/1130)) ### Credits -Thanks to [Wolfram Rong](/~https://github.com/w74) and [Daniel Schildt](/~https://github.com/d2s) for contribution into -this release. - +Thanks to [Kaspars Dambis](/~https://github.com/kasparsd) for contribution into this release. diff --git a/package.json b/package.json index a47fb190..0ecc4b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "2.1.0", + "version": "2.2.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"