From a471e111f03c9fa2a650867a4578c92222ea9649 Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Mon, 21 Mar 2016 18:41:29 +0200 Subject: [PATCH] Release 0.3.45 --- CHANGELOG.md | 14 ++++++++++++++ CHANGELOG_LATEST.md | 18 +++++++++--------- package.json | 2 +- 3 files changed, 24 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b332aa3d..79c9c278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 351a5b4c..23bae309 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -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. diff --git a/package.json b/package.json index a0a87a9e..7f0def8d 100644 --- a/package.json +++ b/package.json @@ -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"