Skip to content

Commit 83c990e

Browse files
committed
Bumped 1.7.0
1 parent 02e95b5 commit 83c990e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## 1.7.0
44

5-
* Added a `--sass-convert` option, to perform Sass to SCSS convertion before running SassDoc.
5+
* Added a `--sass-convert` option to perform Sass to SCSS conversion before running SassDoc
66
([#183](https://github.com/SassDoc/sassdoc/issues/183#issuecomment-56262743))
7+
* Added the ability to define annotations at a file-level ([#190](https://github.com/SassDoc/sassdoc/issues/190))
8+
* Improved SassDoc's behaviour when default theme is missing ([#207](https://github.com/SassDoc/sassdoc/pull/207))
9+
* Slightly improved our logging message regarding the theme being used ([#206](https://github.com/SassDoc/sassdoc/issues/206))
10+
* Moved some logic out of the theme's templates right into the index.js from the theme ([#40](https://github.com/SassDoc/sassdoc-theme-light/issues/40))
711

812
## 1.6.1
913

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://twitter.com/pascalduez"
1818
}
1919
],
20-
"version": "1.6.1",
20+
"version": "1.7.0",
2121
"license": {
2222
"type": "MIT",
2323
"url": "http://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)