Skip to content

Commit 97c8199

Browse files
committed
Merge pull request #903 from varya/release/0.3.44
Release 0.3.44
2 parents e4bf1f7 + 94e7118 commit 97c8199

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.44 (2016-03-02)
2+
3+
* Add abbility to register custom processors to modify the styleguide data (#[899](https://github.com/SC5/sc5-styleguide/pull/899))
4+
* Helper for adding a new section. Fix #894 (#[897](https://github.com/SC5/sc5-styleguide/pull/897))
5+
6+
### Fixes
7+
* Add missing jshint dependency (#[900](https://github.com/SC5/sc5-styleguide/pull/900))
8+
* Fix #895 render overview code blocks using angular-highlightjs markup (#[896](https://github.com/SC5/sc5-styleguide/pull/896))
9+
10+
### Thanks
11+
12+
Thanks to [Sascha Egerer](https://github.com/sascha-egerer) and [Matthew Shooks](https://github.com/shooksm) for
13+
helping this release happening!
14+
115
## 0.3.43 (2016-02-17)
216

317
* Process CSS file with helpers (#[892](https://github.com/SC5/sc5-styleguide/pull/892))

CHANGELOG_LATEST.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
## 0.3.43 (2016-02-17)
1+
## 0.3.44 (2016-03-02)
22

3-
* Process CSS file with helpers (#[892](https://github.com/SC5/sc5-styleguide/pull/892))
4-
* Generate demo website in accord to new source. Fix #886 (#[889](https://github.com/SC5/sc5-styleguide/pull/889))
3+
* Add abbility to register custom processors to modify the styleguide data (#[899](https://github.com/SC5/sc5-styleguide/pull/899))
4+
* Helper for adding a new section. Fix #894 (#[897](https://github.com/SC5/sc5-styleguide/pull/897))
5+
6+
### Fixes
7+
* Add missing jshint dependency (#[900](https://github.com/SC5/sc5-styleguide/pull/900))
8+
* Fix #895 render overview code blocks using angular-highlightjs markup (#[896](https://github.com/SC5/sc5-styleguide/pull/896))
9+
10+
### Thanks
11+
12+
Thanks to [Sascha Egerer](https://github.com/sascha-egerer) and [Matthew Shooks](https://github.com/shooksm) for
13+
helping this release happening!
514

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.43",
3+
"version": "0.3.44",
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)