Skip to content

Commit d42e336

Browse files
author
Hannu Pelkonen
committed
Release 0.3.33
1 parent cf16be9 commit d42e336

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.3.33 (2015-09-07)
2+
3+
### Improvements
4+
5+
* Possibility to define custom color for header source text and header background (#[776](https://github.com/SC5/sc5-styleguide/pull/776))
6+
* Use newer travis infrastructure (#[777](https://github.com/SC5/sc5-styleguide/pull/777))
7+
* Do not mention dev branch in the docs (#[773](https://github.com/SC5/sc5-styleguide/pull/773))
8+
9+
### Fixes
10+
11+
* Fix issue when lazy loaded element overwrote last module with the same name (#[775](https://github.com/SC5/sc5-styleguide/pull/775))
12+
113
## 0.3.32 (2015-09-02)
214

315
* Support extends in LESS with newest Gonzales-PE (Fix #726) (#[733](https://github.com/SC5/sc5-styleguide/pull/733))

CHANGELOG_LATEST.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## 0.3.32 (2015-09-02)
1+
## 0.3.33 (2015-09-07)
22

3-
* Support extends in LESS with newest Gonzales-PE (Fix #726) (#[733](https://github.com/SC5/sc5-styleguide/pull/733))
4-
* Improve setup instructions, spelling, consistency (PR to dev branch) (#[764](https://github.com/SC5/sc5-styleguide/pull/764))
5-
* Show KSS parse errors (#[768](https://github.com/SC5/sc5-styleguide/pull/768))
3+
### Improvements
64

5+
* Possibility to define custom color for header source text and header background (#[776](https://github.com/SC5/sc5-styleguide/pull/776))
6+
* Use newer travis infrastructure (#[777](https://github.com/SC5/sc5-styleguide/pull/777))
7+
* Do not mention dev branch in the docs (#[773](https://github.com/SC5/sc5-styleguide/pull/773))
8+
9+
### Fixes
10+
11+
* Fix issue when lazy loaded element overwrote last module with the same name (#[775](https://github.com/SC5/sc5-styleguide/pull/775))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "0.3.32",
3+
"version": "0.3.33",
44
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
55
"bin": {
66
"styleguide": "./bin/styleguide"

0 commit comments

Comments
 (0)