Skip to content

Commit 4df2a25

Browse files
committed
Merge pull request #846 from simkall/release/0.3.40
Prep for version 0.3.40
2 parents ddc6ac3 + 17a2c1f commit 4df2a25

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.3.40 (2015-11-25)
2+
3+
### Features
4+
* Mark the menu as active if its subsection is currently showed. Fix #747 (#[843](https://github.com/SC5/sc5-styleguide/pull/843))
5+
* Support node 0.12 and 4.2 (#[834](https://github.com/SC5/sc5-styleguide/pull/834))
6+
7+
### Fixes
8+
* Update gulp-pleeease for [email protected]. Fix #828. (#[833](https://github.com/SC5/sc5-styleguide/pull/833))
9+
10+
### Internal
11+
* Don´t run clean when building for dev (#[845](https://github.com/SC5/sc5-styleguide/pull/845))
12+
* Update dependencies (#[842](https://github.com/SC5/sc5-styleguide/pull/842))
13+
* Run clean task before build to remove previous build results (#[841](https://github.com/SC5/sc5-styleguide/pull/841))
14+
* Process sass files before giving them to styleguide for applying (#[840](https://github.com/SC5/sc5-styleguide/pull/840))
15+
116
## 0.3.39 (2015-11-10)
217

318
### Features

CHANGELOG_LATEST.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
## 0.3.39 (2015-11-10)
1+
## 0.3.40 (2015-11-25)
22

33
### Features
4-
* BEM+Jade support in HTML<br/>
5-
Thanks to [Gleb Mikheev](https://github.com/glebmachine)
4+
* Mark the menu as active if its subsection is currently showed. Fix #747 (#[843](https://github.com/SC5/sc5-styleguide/pull/843))
5+
* Support node 0.12 and 4.2 (#[834](https://github.com/SC5/sc5-styleguide/pull/834))
66

77
### Fixes
8-
9-
* Use ES6 arrow functions for tests and gulp (#[817](https://github.com/SC5/sc5-styleguide/pull/817))
8+
* Update gulp-pleeease for [email protected]. Fix #828. (#[833](https://github.com/SC5/sc5-styleguide/pull/833))
109

1110
### Internal
12-
13-
* Install the packages from npm (#[827](https://github.com/SC5/sc5-styleguide/pull/827))
14-
* Fix #783. Process table tags in markdown (#[823](https://github.com/SC5/sc5-styleguide/pull/823))
15-
11+
* Don´t run clean when building for dev (#[845](https://github.com/SC5/sc5-styleguide/pull/845))
12+
* Update dependencies (#[842](https://github.com/SC5/sc5-styleguide/pull/842))
13+
* Run clean task before build to remove previous build results (#[841](https://github.com/SC5/sc5-styleguide/pull/841))
14+
* Process sass files before giving them to styleguide for applying (#[840](https://github.com/SC5/sc5-styleguide/pull/840))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "0.3.39",
3+
"version": "0.3.40",
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)