We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f93ad commit aa0f970Copy full SHA for aa0f970
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.10.6
4
+
5
+* Ensure proper type checking for `@see` annotation ([#291](https://github.com/SassDoc/sassdoc/issues/232))
6
7
## 1.10.3
8
9
* Prevented `@requires` to autofill dependency twice
package.json
@@ -17,7 +17,7 @@
17
"url": "https://twitter.com/pascalduez"
18
}
19
],
20
- "version": "1.10.5",
+ "version": "1.10.6",
21
"license": {
22
"type": "MIT",
23
"url": "http://opensource.org/licenses/MIT"
0 commit comments