Skip to content

Commit

Permalink
chore(release): 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Aug 9, 2017
1 parent 0324865 commit 77e348c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -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"
Expand Down Expand Up @@ -139,4 +139,4 @@
"yargs"
]
}
}
}

0 comments on commit 77e348c

Please sign in to comment.