Skip to content

Commit 10967b8

Browse files
committed
Version bump.
Updated CHANGELOG. Updated README.
1 parent 708df87 commit 10967b8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
##0.1.9 (November 2, 2015)
4+
5+
- Support for Node.js 0.12, 4.0, 5.0
6+
- Updated packages.
7+
38
##0.1.8 (August 3, 2015)
49

510
- Updated packages.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ $ npm install doxdox -g
3939

4040
## Examples:
4141

42-
- [Facade.js](http://facadejs.com/) - [Documentation](http://docs.facadejs.com/)
42+
- [Facade.js](http://facadejs.com/) - [Documentation](http://doxdox.org/facadejs/Facade.js)
4343
- [plastick.js](https://github.com/syntaxtsb/plastick.js) - [Documentation](http://doxdox.org/syntaxtsb/plastick.js)
4444
- [CanvasToVideo](https://github.com/neogeek/CanvasToVideo) - [Documentation](http://doxdox.org/neogeek/CanvasToVideo)

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, Markdown and Dash documentation generator.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"bin": "./bin/doxdox",
66
"preferGlobal": true,
77
"license": "MIT",

0 commit comments

Comments
 (0)