Skip to content

Commit cc5b555

Browse files
committed
Release 1.7.0
1 parent 0530857 commit cc5b555

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.7.0 (2017-05-04)
2+
3+
* Update angular version (#[1078](https://github.com/SC5/sc5-styleguide/pull/1078))
4+
* escape hljs attributed div and markdown-it version update (#[1075](https://github.com/SC5/sc5-styleguide/pull/1075))
5+
* 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))
6+
7+
Thanks to @DanielaValero for helping this release happen!
8+
9+
110
## 1.6.0 (2017-04-10)
211

312
*** Feature

CHANGELOG_LATEST.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
## 1.6.0 (2017-04-10)
1+
## 1.7.0 (2017-05-04)
22

3-
*** Feature
4-
* Deploy landing page from folder (#[1062](https://github.com/SC5/sc5-styleguide/pull/1062))
3+
* Update angular version (#[1078](https://github.com/SC5/sc5-styleguide/pull/1078))
4+
* escape hljs attributed div and markdown-it version update (#[1075](https://github.com/SC5/sc5-styleguide/pull/1075))
5+
* 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))
56

6-
### Improvement
7-
* Update README.md Grunt Example (#[1068](https://github.com/SC5/sc5-styleguide/pull/1068))
8-
9-
### Fixes
10-
* change the order of styles so that styleguide styles can override app… (#[1069](https://github.com/SC5/sc5-styleguide/pull/1069))
11-
12-
### Credits
13-
14-
Thanks to [Dandy Umlauft](https://github.com/beam2web) for contribution into this release.
7+
Thanks to @DanielaValero for helping this release happen!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
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)