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 8dec3b6 commit 100c236Copy full SHA for 100c236
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.1.1 (October 28, 2016)
4
+
5
+- Fixed issue with loading custom parsers and plugins.
6
7
## 1.1.0 (October 25, 2016)
8
9
- Added ignore flag.
DOCUMENTATION.md
@@ -1,4 +1,4 @@
-# [doxdox](https://github.com/neogeek/doxdox) *1.1.0*
+# [doxdox](https://github.com/neogeek/doxdox) *1.1.1*
> JSDoc to Bootstrap and Markdown documentation generator.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
- "version": "1.1.0",
+ "version": "1.1.1",
"bin": "./bin/doxdox",
"preferGlobal": true,
"license": "MIT",
0 commit comments