Skip to content

Commit

Permalink
Merge pull request #915 from varya/release-0.3.45
Browse files Browse the repository at this point in the history
Release 0.3.45
  • Loading branch information
varya committed Mar 21, 2016
2 parents 172374f + a471e11 commit c42a2c9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.3.45 (2016-03-21)

### Features
* Add possibility to have includes in jade markup (#[911](https://github.com/SC5/sc5-styleguide/pull/911))
* Add ID attributes to quickly select sections and rendered markup. Fix #905 (#[906](https://github.com/SC5/sc5-styleguide/pull/906))

### Internal improvements
* Fix #904. Updating the babel package. (#[910](https://github.com/SC5/sc5-styleguide/pull/910))

### Credits

Thanks to [Matthew Shooks](https://github.com/shooksm) and [Quentin Devauchelle](https://github.com/Qt-dev) for making
this release happen.

## 0.3.44 (2016-03-02)

* Add abbility to register custom processors to modify the styleguide data (#[899](https://github.com/SC5/sc5-styleguide/pull/899))
Expand Down
18 changes: 9 additions & 9 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 0.3.44 (2016-03-02)
## 0.3.45 (2016-03-21)

* Add abbility to register custom processors to modify the styleguide data (#[899](https://github.com/SC5/sc5-styleguide/pull/899))
* Helper for adding a new section. Fix #894 (#[897](https://github.com/SC5/sc5-styleguide/pull/897))
### Features
* Add possibility to have includes in jade markup (#[911](https://github.com/SC5/sc5-styleguide/pull/911))
* Add ID attributes to quickly select sections and rendered markup. Fix #905 (#[906](https://github.com/SC5/sc5-styleguide/pull/906))

### Fixes
* Add missing jshint dependency (#[900](https://github.com/SC5/sc5-styleguide/pull/900))
* Fix #895 render overview code blocks using angular-highlightjs markup (#[896](https://github.com/SC5/sc5-styleguide/pull/896))
### Internal improvements
* Fix #904. Updating the babel package. (#[910](https://github.com/SC5/sc5-styleguide/pull/910))

### Thanks
### Credits

Thanks to [Sascha Egerer](https://github.com/sascha-egerer) and [Matthew Shooks](https://github.com/shooksm) for
helping this release happening!
Thanks to [Matthew Shooks](https://github.com/shooksm) and [Quentin Devauchelle](https://github.com/Qt-dev) for making
this release happen.

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": "0.3.44",
"version": "0.3.45",
"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 c42a2c9

Please sign in to comment.