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 d9b2854 commit 58ff0b2Copy full SHA for 58ff0b2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.0.1 (December 15, 2016)
4
+
5
+- Prevent update notification from displaying when piping output.
6
+- Updated packages.
7
8
## 2.0.0 (December 8, 2016)
9
10
- Changed `parseInput` to `parseFile`
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
- "version": "2.0.0",
+ "version": "2.0.1",
"bin": {
"doxdox": "./bin/doxdox"
},
0 commit comments