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 e89572b commit d1ef4bcCopy full SHA for d1ef4bc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.2 (November 4, 2016)
4
+
5
+- Added local plugin resolution.
6
+- Updated packages.
7
8
## 1.1.1 (October 28, 2016)
9
10
- Fixed issue with loading custom parsers and plugins.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
- "version": "1.1.1",
+ "version": "1.1.2",
"bin": {
"doxdox": "./bin/doxdox"
},
0 commit comments