We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede9936 commit 6c9863fCopy full SHA for 6c9863f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.7.0
4
+
5
+ * Update `sassdoc-theme-default`.
6
+ Template engine replacement, swap Swig per Nunjucks.
7
8
## 2.6.0
9
10
* Update `sassdoc-theme-default`.
package.json
@@ -21,7 +21,7 @@
21
"url": "https://twitter.com/pascalduez"
22
}
23
],
24
- "version": "2.6.0",
+ "version": "2.7.0",
25
"license": "MIT",
26
"repository": {
27
"type": "git",
@@ -105,7 +105,7 @@
105
"rimraf": "^2.6.2",
106
"safe-wipe": "0.2.4",
107
"sass-convert": "^0.5.0",
108
- "sassdoc-theme-default": "^2.7.0",
+ "sassdoc-theme-default": "^2.8.1",
109
"scss-comment-parser": "^0.8.4",
110
"strip-indent": "^2.0.0",
111
"through2": "1.1.1",
0 commit comments