Skip to content

Commit d6810d0

Browse files
committed
Release 1.9.0
1 parent 1706a76 commit d6810d0

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.9.0 (2017-06-02)
2+
3+
**Breaking change**
4+
Breaking change: Option excludeDefaultStyles changed to includeDefaultStyles for better clarification. The default value of this option is true. (#[for more details](https://github.com/SC5/sc5-styleguide#build-options))
5+
* Fix #1088 customstyles missing on clean install (#[1093](https://github.com/SC5/sc5-styleguide/pull/1093)) (#[1094](https://github.com/SC5/sc5-styleguide/pull/1094))
6+
7+
* Added build option showReferenceNumbers (#[1089](https://github.com/SC5/sc5-styleguide/pull/1089))
8+
9+
110
## 1.8.1 (2017-05-08)
211

312
* Fix #1082 exclude global styles by parameter (#[1085](https://github.com/SC5/sc5-styleguide/pull/1085))

CHANGELOG_LATEST.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 1.8.1 (2017-05-08)
1+
## 1.9.0 (2017-06-02)
22

3-
* Fix #1082 exclude global styles by parameter (#[1085](https://github.com/SC5/sc5-styleguide/pull/1085))
3+
**Breaking change**
4+
Breaking change: Option excludeDefaultStyles changed to includeDefaultStyles for better clarification. The default value of this option is true. (#[for more details](https://github.com/SC5/sc5-styleguide#build-options))
5+
* Fix #1088 customstyles missing on clean install (#[1093](https://github.com/SC5/sc5-styleguide/pull/1093)) (#[1094](https://github.com/SC5/sc5-styleguide/pull/1094))
46

7+
* Added build option showReferenceNumbers (#[1089](https://github.com/SC5/sc5-styleguide/pull/1089))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ When this option parameter is enabled, style guide will show reference numbers o
225225
<a name="option-includeDefaultStyles"></a>
226226
**includeDefaultStyles** (boolean, optional, default: true)
227227

228-
Exclude defualt styles.
228+
Include/exclude defualt styles.
229229

230230
<a name="option-showMarkupSection"></a>
231231
**showMarkupSection** (boolean, optional, default: true)

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": "1.8.1",
3+
"version": "1.9.0",
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)