Skip to content

Commit 4f78c54

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent 9f727f1 commit 4f78c54

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.1.2 (January 13, 2015)
4+
5+
- Removed parameters from Dash search index. ([@Kapeli](https://github.com/Kapeli))
6+
- Use FQN when adding properties to Dash search index. ([@Kapeli](https://github.com/Kapeli))
7+
- Optimized Dash tooltips. ([@Kapeli](https://github.com/Kapeli))
8+
- Fixed a bug where a missing property would cause app to crash.
9+
310
##0.1.1 (January 1, 2015)
411

512
- Added tests.

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

0 commit comments

Comments
 (0)