diff --git a/CHANGELOG.md b/CHANGELOG.md index 0435fbd4..1786360a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.3.35 (2015-09-21) + +### Features + +* Possibility to remove sg-styles in markdown with sg-no-style attribute (#[794](https://github.com/SC5/sc5-styleguide/pull/794)) + +### Improvements + +* Use Babel in gulpfiles. Fix #766 (#[774](https://github.com/SC5/sc5-styleguide/pull/774)) +* Improve UI and customization variables (#[791](https://github.com/SC5/sc5-styleguide/pull/791)) + +### Fixes + +* Fix typo in README (#[792](https://github.com/SC5/sc5-styleguide/pull/792)) + ## 0.3.34 (2015-09-14) ### Fixes diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 593a35c0..8fcedc9c 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,11 +1,14 @@ -## 0.3.34 (2015-09-14) +## 0.3.35 (2015-09-21) -### Fixes +### Features -* Fix demo styleguide KSS examples (#[787](https://github.com/SC5/sc5-styleguide/pull/787)) -* Rename the resultant CSS file to fix the empty demo problem (#[789](https://github.com/SC5/sc5-styleguide/pull/789)) +* Possibility to remove sg-styles in markdown with sg-no-style attribute (#[794](https://github.com/SC5/sc5-styleguide/pull/794)) ### Improvements -* Possibility to include all section elements in fullscreen mode (#[788](https://github.com/SC5/sc5-styleguide/pull/788)) -* Renamed wrappedMarkup property into renderMarkupPropery (#[785](https://github.com/SC5/sc5-styleguide/pull/785)) +* Use Babel in gulpfiles. Fix #766 (#[774](https://github.com/SC5/sc5-styleguide/pull/774)) +* Improve UI and customization variables (#[791](https://github.com/SC5/sc5-styleguide/pull/791)) + +### Fixes + +* Fix typo in README (#[792](https://github.com/SC5/sc5-styleguide/pull/792)) \ No newline at end of file diff --git a/package.json b/package.json index d5f5703d..17127ce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "0.3.34", + "version": "0.3.35", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide"