Skip to content

Commit 2b17776

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent d5e23f1 commit 2b17776

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.1 (October 24, 2016)
4+
5+
- Fixed issue with pattern matching.
6+
37
## 1.0.0 (October 24, 2016)
48

59
- Rewrite to support custom parsers and plugins.

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

0 commit comments

Comments
 (0)