Skip to content

Commit

Permalink
Merge pull request #607 from junaidrsd/release/0.3.15
Browse files Browse the repository at this point in the history
Release 0.3.15
  • Loading branch information
hannu committed Apr 27, 2015
2 parents e535b6d + 5101916 commit e735a92
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.3.15 (2015-04-27)

### Fixes

* Fix accidentally changed action color (#[605](https://github.com/SC5/sc5-styleguide/pull/605))

### Improvements

* npm dependencies updated (#[606](https://github.com/SC5/sc5-styleguide/pull/606))
* gonzales-pe upgrades to 3.0.0-26 (#[591](https://github.com/SC5/sc5-styleguide/pull/591))

## 0.3.14 (2015-04-25)

### Fixes
Expand Down
12 changes: 4 additions & 8 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
## 0.3.14 (2015-04-25)
## 0.3.15 (2015-04-27)

### Fixes

* Allow anchor links in the overview file. Fixes [#599](https://github.com/SC5/sc5-styleguide/issues/599) (#[602](https://github.com/SC5/sc5-styleguide/pull/602))
* Fix fullscreen mode links when disableHtml5Mode is enabled. Fixes [#597](https://github.com/SC5/sc5-styleguide/issues/597) (#[598](https://github.com/SC5/sc5-styleguide/pull/598))
* Fix accidentally changed action color (#[605](https://github.com/SC5/sc5-styleguide/pull/605))

### Improvements

* Support passing --disable-html5-mode on the command line. Thanks @alekstorm! (#[596](https://github.com/SC5/sc5-styleguide/pull/596))
* Disable HTML5 mode by default when internal server is not used (#[594](https://github.com/SC5/sc5-styleguide/pull/594))
* lodash update (#[593](https://github.com/SC5/sc5-styleguide/pull/593))
* Update footer logo (#[590](https://github.com/SC5/sc5-styleguide/pull/590))

* npm dependencies updated (#[606](https://github.com/SC5/sc5-styleguide/pull/606))
* gonzales-pe upgrades to 3.0.0-26 (#[591](https://github.com/SC5/sc5-styleguide/pull/591))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sc5-styleguide",
"version": "0.3.14",
"version": "0.3.15",
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
"bin": {
"styleguide": "./bin/styleguide"
Expand Down

0 comments on commit e735a92

Please sign in to comment.