Skip to content

Commit 1fc4dc7

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent ff928ca commit 1fc4dc7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 2.0.3 (May 30, 2017)
4+
5+
- Fixed issue with loading plugins via absolute paths.
6+
- Updated packages.
7+
- Updated tests.
8+
39
## 2.0.2 (February 15, 2017)
410

511
- Set the rejection reason to an Error object.

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [doxdox](https://github.com/neogeek/doxdox) *2.0.2*
1+
# [doxdox](https://github.com/neogeek/doxdox) *2.0.3*
22

33
> JSDoc to Markdown, Bootstrap, and custom Handlebars template documentation generator.
44

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": "JSDoc to Markdown, Bootstrap, and custom Handlebars template documentation generator.",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"bin": {
66
"doxdox": "./bin/doxdox"
77
},

0 commit comments

Comments
 (0)