We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3ddce commit 8145167Copy full SHA for 8145167
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
4
+## 2.4.0
5
+
6
+ * Added support for scoped theme packages.
7
+ ([#514](https://github.com/SassDoc/sassdoc/issues/514), [#515](https://github.com/SassDoc/sassdoc/pull/515))
8
9
## 2.3.0
10
11
* Themes can now pass an `includeUnknownContexts` config key up to the parser.
package.json
@@ -21,7 +21,7 @@
21
"url": "https://twitter.com/pascalduez"
22
}
23
],
24
- "version": "2.3.0",
+ "version": "2.4.0",
25
"license": "MIT",
26
"repository": {
27
"type": "git",
0 commit comments