From f929276d0affdd9fb63fb4b7110e5c8fff447fca Mon Sep 17 00:00:00 2001 From: Junaid Rasheed <junaidrsd@hotmail.com> Date: Wed, 28 Jun 2017 13:03:03 +0300 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 6 ++++++ CHANGELOG_LATEST.md | 8 ++------ package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44606093..798438ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 2.0.1 (2017-06-28) + +* fix sidenav animation (#[1102](https://github.com/SC5/sc5-styleguide/pull/1102)) + ## 2.0.0 (2017-06-27) +**Breaking change** +Breaking change: Nodejs versions under 1 are no longer supported. * Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096)) * hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index d870a4f6..54fdacf7 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,8 +1,4 @@ -## 2.0.0 (2017-06-27) +## 2.0.1 (2017-06-28) -* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096)) -* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100)) +* fix sidenav animation (#[1102](https://github.com/SC5/sc5-styleguide/pull/1102)) -### Credits - -Thanks to [Patrizio Sotgiu](https://github.com/patriziosotgiu) for contribution into this release. diff --git a/package.json b/package.json index 2581c8db..95571859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "2.0.0", + "version": "2.0.1", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide"