Skip to content

Commit 13abb9e

Browse files
committed
chore(release): 10.0.0-alpha.0
1 parent 746d0a9 commit 13abb9e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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-alpha.0"></a>
6+
# [10.0.0-alpha.0](https://github.com/documentationjs/documentation/compare/v9.3.1...v10.0.0-alpha.0) (2019-03-12)
7+
8+
9+
### Features
10+
11+
* Support custom babel config ([#1205](https://github.com/documentationjs/documentation/issues/1205)) ([746d0a9](https://github.com/documentationjs/documentation/commit/746d0a9))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* this may change babel configuration loading, and is a
17+
major change to the documentation.js approach to Babel.
18+
19+
20+
521
<a name="9.3.1"></a>
622
## [9.3.1](https://github.com/documentationjs/documentation/compare/v9.3.0...v9.3.1) (2019-03-12)
723

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": "9.3.1",
4+
"version": "10.0.0-alpha.0",
55
"author": "Tom MacWright",
66
"bin": {
77
"documentation": "./bin/documentation.js"

0 commit comments

Comments
 (0)