Skip to content

Commit 31fcee8

Browse files
committed
Bumped 1.2.0-rc.1
1 parent c586e10 commit 31fcee8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## 1.2.0
3+
## 1.2.0-rc.1
44

55
* Improved the way `@since` is parsed ([#128](https://github.com/SassDoc/sassdoc/issues/128))
66
* Moved theming to [Themeleon](https://github.com/themeleon/themeleon) ([#69](https://github.com/SassDoc/sassdoc/issues/69))
7-
* Added a *view source* feature
7+
* Added a *view source* feature ([#117](https://github.com/SassDoc/sassdoc/issues/117))
8+
* Added the `@group` annotation, as well as a way to alias groups in order to have friendly names ([#29](https://github.com/SassDoc/sassdoc/issues/29))
9+
* Added moar tests ([#138](https://github.com/SassDoc/sassdoc/issues/138))
810

911
## 1.1.3
1012

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://twitter.com/pascalduez"
1818
}
1919
],
20-
"version": "1.1.0",
20+
"version": "1.2.0-rc.1",
2121
"license": {
2222
"type": "MIT",
2323
"url": "http://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)