chore(release): 5.2.0

This commit is contained in:
Tom MacWright 2017-08-09 15:20:51 -07:00
parent 0324865ad5
commit 77e348cfd0
No known key found for this signature in database
GPG Key ID: 3E7BD5F5BA0CEB5F
2 changed files with 18 additions and 2 deletions

View File

@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="5.2.0"></a>
# [5.2.0](https://github.com/documentationjs/documentation/compare/v5.1.1...v5.2.0) (2017-08-09)
### Bug Fixes
* alphabetical sort and add flow notation to sort file ([#861](https://github.com/documentationjs/documentation/issues/861)) ([aa3496a](https://github.com/documentationjs/documentation/commit/aa3496a)), closes [#838](https://github.com/documentationjs/documentation/issues/838)
* make html and markdown second option optional ([#871](https://github.com/documentationjs/documentation/issues/871)) ([0324865](https://github.com/documentationjs/documentation/commit/0324865)), closes [#869](https://github.com/documentationjs/documentation/issues/869)
### Features
* convert Flow's ThisTypeAnnotation to a doctrine NameExpression ([#870](https://github.com/documentationjs/documentation/issues/870)) ([23aa981](https://github.com/documentationjs/documentation/commit/23aa981))
<a name="5.1.1"></a>
## [5.1.1](https://github.com/documentationjs/documentation/compare/v5.1.0...v5.1.1) (2017-08-04)

View File

@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
"version": "5.1.1",
"version": "5.2.0",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
@ -139,4 +139,4 @@
"yargs"
]
}
}
}