Skip to content

Commit

Permalink
Bump version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 15, 2014
1 parent 0200ca2 commit 86e250e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# apiDoc Changelog

#### 0.9.1

* Parser
* Allow overwrite of packageInfo e.g. from grunt task (https://github.com/apidoc/apidoc/pull/177)

* Bugfix: Extend parser regexp to allow inline comment-code (https://github.com/apidoc/apidoc/pull/180)
* Bugfix: Slash only path in api triggered error (https://github.com/apidoc/apidoc/pull/159)
* Bugfix: Scrollspy offset (https://github.com/apidoc/apidoc/pull/176)
* Bugfix: Get package infos from package.json or apidoc.json (https://github.com/apidoc/apidoc/pull/169)


#### 0.9.0

* CLI
Expand Down
8 changes: 7 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

Thanks to all people that help to make apiDoc better!

* [Eugene Jo](https://github.com/iameugenejo)
* Allowed options.packageInfo to overwrite default packageInfo [#177] (https://github.com/apidoc/apidoc/pull/171))

* [Sai Gunturi](https://github.com/sgunturi)
* Fix bug where name in package.json apidoc property is overridden [#171] (https://github.com/apidoc/apidoc/pull/171))

* [Buts Johan](https://github.com/butsjoh)
* Allow to include an external file which can set the markdown settings. [#166] (https://github.com/apidoc/apidoc/pull/166))
* Allow to include an external file which can set the markdown settings [#166] (https://github.com/apidoc/apidoc/pull/166))

* [Peter Wong](https://github.com/peterwongpp)
* Hide the ul for tabs if no content [#142] (https://github.com/apidoc/apidoc/pull/142))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.9.0",
"version": "0.9.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"preferGlobal": true,
Expand Down

0 comments on commit 86e250e

Please sign in to comment.