Skip to content

Commit

Permalink
Merge pull request #1080 from varya/release/1.7.0
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
varya authored May 4, 2017
2 parents 0530857 + cc5b555 commit 3f6a502
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.7.0 (2017-05-04)

* Update angular version (#[1078](https://github.com/SC5/sc5-styleguide/pull/1078))
* escape hljs attributed div and markdown-it version update (#[1075](https://github.com/SC5/sc5-styleguide/pull/1075))
* Output meaningful error message to the console; (#[1074](https://github.com/SC5/sc5-styleguide/pull/1074), closes [#1054](https://github.com/SC5/sc5-styleguide/issues/1054))

Thanks to @DanielaValero for helping this release happen!


## 1.6.0 (2017-04-10)

*** Feature
Expand Down
17 changes: 5 additions & 12 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
## 1.6.0 (2017-04-10)
## 1.7.0 (2017-05-04)

*** Feature
* Deploy landing page from folder (#[1062](https://github.com/SC5/sc5-styleguide/pull/1062))
* Update angular version (#[1078](https://github.com/SC5/sc5-styleguide/pull/1078))
* escape hljs attributed div and markdown-it version update (#[1075](https://github.com/SC5/sc5-styleguide/pull/1075))
* Output meaningful error message to the console; (#[1074](https://github.com/SC5/sc5-styleguide/pull/1074), closes [#1054](https://github.com/SC5/sc5-styleguide/issues/1054))

### Improvement
* Update README.md Grunt Example (#[1068](https://github.com/SC5/sc5-styleguide/pull/1068))

### Fixes
* change the order of styles so that styleguide styles can override app… (#[1069](https://github.com/SC5/sc5-styleguide/pull/1069))

### Credits

Thanks to [Dandy Umlauft](https://github.com/beam2web) for contribution into this release.
Thanks to @DanielaValero for helping 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.6.0",
"version": "1.7.0",
"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 3f6a502

Please sign in to comment.