Skip to content

Commit 778d84c

Browse files
committed
chore(release): 12.0.0
1 parent 8f36e75 commit 778d84c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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="12.0.0"></a>
6+
# [12.0.0](https://github.com/documentationjs/documentation/compare/v11.0.1...v12.0.0) (2019-07-10)
7+
8+
9+
* Formatted with Prettier ([8f36e75](https://github.com/documentationjs/documentation/commit/8f36e75))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* The next release will require Node 8
15+
16+
17+
518
<a name="11.0.1"></a>
619
## [11.0.1](https://github.com/documentationjs/documentation/compare/v11.0.0...v11.0.1) (2019-06-12)
720

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

0 commit comments

Comments
 (0)