docdash-custom
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "docdash-custom", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami", | ||
@@ -5,0 +5,0 @@ "main": "publish.js", |
@@ -804,3 +804,3 @@ /*global env: true */ | ||
let template = ejs.compile(content); | ||
const tagInfo = env.conf.tagInfo.map(item => ({"version": item.release.tag_name, "description": parse(item.release.description) })) | ||
const tagInfo = env.conf.tagInfo.map(item => ({"version": item.version, "description": parse(item.description) })) | ||
content = template({version: env.conf.version, tagInfo}) | ||
@@ -807,0 +807,0 @@ versionHtml = parse(content); |
1266958