Skip to content

Commit 100c236

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent 8dec3b6 commit 100c236

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.1.1 (October 28, 2016)
4+
5+
- Fixed issue with loading custom parsers and plugins.
6+
37
## 1.1.0 (October 25, 2016)
48

59
- Added ignore flag.

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) *1.1.0*
1+
# [doxdox](https://github.com/neogeek/doxdox) *1.1.1*
22

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

0 commit comments

Comments
 (0)