Skip to content

Commit b3a6105

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent 0e79995 commit b3a6105

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#Changelog
22

3+
##0.0.5 (August 17, 2014)
4+
5+
- Added support for crawling directories.
6+
- Added support for pulling title and description from package.json files.
7+
- Added "Back to Top" link.
8+
- Minor visual changes.
9+
310
##0.0.4 (August 10, 2014)
411

512
- Improved Node.js support with the addition of a new method: parseFile.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "doxdox",
33
"description": "HTML and Markdown documentation generator.",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"bin": "./bin/doxdox",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)