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 d5e23f1 commit 2b17776Copy full SHA for 2b17776
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.1 (October 24, 2016)
4
+
5
+- Fixed issue with pattern matching.
6
7
## 1.0.0 (October 24, 2016)
8
9
- Rewrite to support custom parsers and plugins.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
- "version": "1.0.0",
+ "version": "1.0.1",
"bin": "./bin/doxdox",
"preferGlobal": true,
"license": "MIT",
0 commit comments