Skip to content

Commit 35359ab

Browse files
committedMay 9, 2020
chore(release): 13.0.0
1 parent 45a5257 commit 35359ab

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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="13.0.0"></a>
6+
# [13.0.0](https://github.com/documentationjs/documentation/compare/v12.3.0...v13.0.0) (2020-05-09)
7+
8+
9+
### Chores
10+
11+
* Update Node minimum version to 10 ([45a5257](https://github.com/documentationjs/documentation/commit/45a5257))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* documentation.js will now require node 10 or later.
17+
18+
19+
520
<a name="12.3.0"></a>
621
# [12.3.0](https://github.com/documentationjs/documentation/compare/v12.2.0...v12.3.0) (2020-04-07)
722

‎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": "12.3.0",
4+
"version": "13.0.0",
55
"author": "Tom MacWright",
66
"homepage": "https://documentation.js.org",
77
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.