We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b235a9b commit 302cfa8Copy full SHA for 302cfa8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.10.2
4
+
5
+* Fixed an issue with the folder wiping safeguard always aborting if folder is not empty without even prompting
6
7
## 1.10.1
8
9
* Updated a dependency in order to use new version of sassdoc-theme-default
package.json
@@ -1,6 +1,6 @@
{
"name": "sassdoc",
- "description": "Like JSDoc for your Sass files.",
+ "description": "Release the docs!",
"author": "Hugo Giraudel <[email protected]> (http://hugogiraudel.com)",
"contributors": [
@@ -17,7 +17,7 @@
17
"url": "https://twitter.com/pascalduez"
18
}
19
],
20
- "version": "1.10.1",
+ "version": "1.10.2",
21
"license": {
22
"type": "MIT",
23
"url": "http://opensource.org/licenses/MIT"
0 commit comments