Skip to content

Commit

Permalink
Release 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pelkonen committed Apr 20, 2015
1 parent 92f8a6b commit 8deb572
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.13 (2015-04-20)

### Improvements

* Do not expose all configuration params to index.html JSON (#[586](https://github.com/SC5/sc5-styleguide/pull/586))
* Improve static asset documentation (#[585](https://github.com/SC5/sc5-styleguide/pull/585))
* Update Npm dependencies (#[580](https://github.com/SC5/sc5-styleguide/pull/580))

## 0.3.12 (2015-04-16)

### Fixes
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.3.12 (2015-04-16)
## 0.3.13 (2015-04-20)

### Fixes
### Improvements

* Respect ignored blocks in kss-splitter, (#[579](https://github.com/SC5/sc5-styleguide/pull/579), closes [#577](https://github.com/SC5/sc5-styleguide/issues/577))
* Replace marked library with markdown-it, (#[578](https://github.com/SC5/sc5-styleguide/pull/578), closes [#569](https://github.com/SC5/sc5-styleguide/issues/569))
* Do not expose all configuration params to index.html JSON (#[586](https://github.com/SC5/sc5-styleguide/pull/586))
* Improve static asset documentation (#[585](https://github.com/SC5/sc5-styleguide/pull/585))
* Update Npm dependencies (#[580](https://github.com/SC5/sc5-styleguide/pull/580))
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.12",
"version": "0.3.13",
"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 8deb572

Please sign in to comment.