Skip to content

Commit 7ce2a6a

Browse files
committed
chore(release): 9.0.0-alpha.0
1 parent 0ecb68d commit 7ce2a6a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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="9.0.0-alpha.0"></a>
6+
# [9.0.0-alpha.0](https://github.com/documentationjs/documentation/compare/v8.1.2...v9.0.0-alpha.0) (2018-09-21)
7+
8+
9+
### Features
10+
11+
* Babel 7 support ([49c0f72](https://github.com/documentationjs/documentation/commit/49c0f72))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* This moves documentation.js to Babel 7. From now on,
17+
documentation.js will only support Babel 7: please stick to older
18+
releases if you need to support Babel 6. Additionally, this work
19+
temporarily disables support for following dynamic imports.
20+
21+
22+
523
<a name="8.1.2"></a>
624
## [8.1.2](https://github.com/documentationjs/documentation/compare/v8.1.1...v8.1.2) (2018-08-23)
725

package.json

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

0 commit comments

Comments
 (0)