Skip to content

Commit 6d95e8f

Browse files
committed
chore(release): 10.0.0
1 parent c5af108 commit 6d95e8f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
<a name="10.0.0"></a>
6+
# [10.0.0](https://github.com/documentationjs/documentation/compare/v10.0.0-alpha.0...v10.0.0) (2019-04-18)
7+
8+
9+
### Features
10+
11+
* Add flow inference for generators ([7947e97](https://github.com/documentationjs/documentation/commit/7947e97))
12+
* Support async functions ([d31c3b7](https://github.com/documentationjs/documentation/commit/d31c3b7))
13+
* Support classPrivateProperties in parser ([64ef671](https://github.com/documentationjs/documentation/commit/64ef671)), closes [#1216](https://github.com/documentationjs/documentation/issues/1216)
14+
* Support generator functions ([8e3cd47](https://github.com/documentationjs/documentation/commit/8e3cd47))
15+
16+
17+
518
<a name="10.0.0-alpha.0"></a>
619
# [10.0.0-alpha.0](https://github.com/documentationjs/documentation/compare/v9.3.1...v10.0.0-alpha.0) (2019-03-12)
720

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "documentation",
33
"description": "a documentation generator",
4-
"version": "10.0.0-alpha.0",
4+
"version": "10.0.0",
55
"author": "Tom MacWright",
66
"bin": {
77
"documentation": "./bin/documentation.js"

0 commit comments

Comments
 (0)