Skip to content

Commit

Permalink
Merge pull request #1133 from junaidrsd/release-2.2.0
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
Junaid Rasheed authored Jun 19, 2018
2 parents f2445c7 + 8a65b00 commit 2d25604
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 3 additions & 15 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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.
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": "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"
Expand Down

0 comments on commit 2d25604

Please sign in to comment.