leaf-converter
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.8.1"></a> | ||
## [1.8.1](https://github.com/forsigner/leaf-converter/compare/v1.8.0...v1.8.1) (2018-01-17) | ||
### Bug Fixes | ||
* 完善md-to-schema异常处理 ([c3d81a0](https://github.com/forsigner/leaf-converter/commit/c3d81a0)) | ||
<a name="1.8.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.8.0](https://github.com/forsigner/leaf-converter/compare/v1.7.0...v1.8.0) (2018-01-17) |
@@ -31,5 +31,5 @@ 'use strict'; | ||
if (!find) return; | ||
if (!find) return {}; | ||
var object = parse(find.content); | ||
return object; | ||
} |
{ | ||
"name": "leaf-converter", | ||
"description": "", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
32477