Skip to content

Commit

Permalink
Merge pull request #1122 from varya/release/2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
varya committed Sep 20, 2017
2 parents 0b53a60 + c6d9c97 commit 74fc22c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
18 changes: 14 additions & 4 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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.

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.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"
Expand Down

0 comments on commit 74fc22c

Please sign in to comment.