Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 18, 2019
1 parent c5af108 commit 6d95e8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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="10.0.0"></a>
# [10.0.0](https://github.com/documentationjs/documentation/compare/v10.0.0-alpha.0...v10.0.0) (2019-04-18)


### Features

* Add flow inference for generators ([7947e97](https://github.com/documentationjs/documentation/commit/7947e97))
* Support async functions ([d31c3b7](https://github.com/documentationjs/documentation/commit/d31c3b7))
* Support classPrivateProperties in parser ([64ef671](https://github.com/documentationjs/documentation/commit/64ef671)), closes [#1216](https://github.com/documentationjs/documentation/issues/1216)
* Support generator functions ([8e3cd47](https://github.com/documentationjs/documentation/commit/8e3cd47))



<a name="10.0.0-alpha.0"></a>
# [10.0.0-alpha.0](https://github.com/documentationjs/documentation/compare/v9.3.1...v10.0.0-alpha.0) (2019-03-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
"version": "10.0.0-alpha.0",
"version": "10.0.0",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
Expand Down

0 comments on commit 6d95e8f

Please sign in to comment.