Skip to content

Commit 5999888

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent f3984a8 commit 5999888

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
##0.1.1 (January 1, 2015)
4+
5+
- Added tests.
6+
- Bootstrap template now includes parameters after each function name with optional brackets.
7+
- Markdown template now includes parameters after each function name with optional brackets.
8+
- Dash template now includes parameters after each function name with optional brackets.
9+
- Added parameters and properties to dash export.
10+
311
##0.1.0 (December 24, 2014)
412

513
- Restructured data returned from `utils.parseData` method.

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.0",
4+
"version": "0.1.1",
55
"bin": "./bin/doxdox",
66
"preferGlobal": true,
77
"license": "MIT",

0 commit comments

Comments
 (0)