Skip to content

Commit f1ada74

Browse files
author
Junaid Rasheed
authored
Merge pull request #1103 from junaidrsd/release-2.0.1
Release 2.0.1
2 parents dc7492e + f929276 commit f1ada74

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
## 2.0.1 (2017-06-28)
2+
3+
* fix sidenav animation (#[1102](https://github.com/SC5/sc5-styleguide/pull/1102))
4+
15
## 2.0.0 (2017-06-27)
6+
**Breaking change**
7+
Breaking change: Nodejs versions under 1 are no longer supported.
28

39
* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096))
410
* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100))

CHANGELOG_LATEST.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
## 2.0.0 (2017-06-27)
1+
## 2.0.1 (2017-06-28)
22

3-
* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096))
4-
* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100))
3+
* fix sidenav animation (#[1102](https://github.com/SC5/sc5-styleguide/pull/1102))
54

6-
### Credits
7-
8-
Thanks to [Patrizio Sotgiu](https://github.com/patriziosotgiu) for contribution into this release.

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": "2.0.0",
3+
"version": "2.0.1",
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)