Update package and changelog [skip ci]

This commit is contained in:
Tom MacWright 2016-11-04 17:03:56 -04:00
parent 9a6549cd79
commit ade0bc1d32
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 4.0.0-beta12
* Update Doctrine to handle more JSDoc types
* Fix ReferenceError in default theme
* Show GitHub link for nested elements in default theme
* Fix linking resolution order
## 4.0.0-beta11
* Improved support for Flow: function types, object types, mixed types, null,

View File

@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
"version": "4.0.0-beta11",
"version": "4.0.0-beta12",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"