diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ee1558..0107fe47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 8d8d028f..235a2fc4 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -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)) diff --git a/package.json b/package.json index 40e9a03a..9fd963b5 100644 --- a/package.json +++ b/package.json @@ -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"