Skip to content

Commit

Permalink
Merge pull request #996 from junaidrsd/release-1.1.2
Browse files Browse the repository at this point in the history
release-1.1.2
  • Loading branch information
Junaid Rasheed authored Aug 23, 2016
2 parents 16584c9 + 5552351 commit c1e1a1a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.1.2 (2016-08-23)

### Improvements
* fix navbar loading hiccups (#[994](https://github.com/SC5/sc5-styleguide/pull/994))

### Fixes
* fix the huge delay during gulp dev task (#[995](https://github.com/SC5/sc5-styleguide/pull/995))
* fix Removed appRoot property from socket.io script src to stop 404 (#[989](https://github.com/SC5/sc5-styleguide/pull/989))

### Credits

Thanks to [Jim Doyle](https://github.com/superelement)
for making this release happen.

## 1.1.1 (2016-08-04)

### Improvement
Expand Down
14 changes: 11 additions & 3 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 1.1.1 (2016-08-04)
## 1.1.2 (2016-08-23)

### Improvement
* class name added to shadow-dom and section (#[985](https://github.com/SC5/sc5-styleguide/pull/985))
### Improvements
* fix navbar loading hiccups (#[994](https://github.com/SC5/sc5-styleguide/pull/994))

### Fixes
* fix the huge delay during gulp dev task (#[995](https://github.com/SC5/sc5-styleguide/pull/995))
* fix Removed appRoot property from socket.io script src to stop 404 (#[989](https://github.com/SC5/sc5-styleguide/pull/989))

### Credits

Thanks to [Jim Doyle](https://github.com/superelement)
for making this release happen.
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": "1.1.1",
"version": "1.1.2",
"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 c1e1a1a

Please sign in to comment.