Skip to content

Commit 302cfa8

Browse files
committed
Bumped 1.10.2
1 parent b235a9b commit 302cfa8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 1.10.1
48

59
* Updated a dependency in order to use new version of sassdoc-theme-default

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sassdoc",
3-
"description": "Like JSDoc for your Sass files.",
3+
"description": "Release the docs!",
44
"author": "Hugo Giraudel <[email protected]> (http://hugogiraudel.com)",
55
"contributors": [
66
{
@@ -17,7 +17,7 @@
1717
"url": "https://twitter.com/pascalduez"
1818
}
1919
],
20-
"version": "1.10.1",
20+
"version": "1.10.2",
2121
"license": {
2222
"type": "MIT",
2323
"url": "http://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)