Skip to content

Commit 44aab3f

Browse files
committed
beta.17
1 parent 87bfe7e commit 44aab3f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="4.0.0-beta.17"></a>
2+
# [4.0.0-beta.17](https://github.com/documentationjs/documentation/compare/v4.0.0-beta16...v4.0.0-beta.17) (2016-12-23)
3+
4+
This release also fixes a mistake I was making with semver: pre-v4 beta
5+
releases will be called `beta.17` and `beta.18` and so on, rather than
6+
non-standard `beta16` without the `.`.
7+
8+
9+
### Bug Fixes
10+
11+
* **hierarchy:** collect events from static and instance members (#628) ([f1e0267](https://github.com/documentationjs/documentation/commit/f1e0267)), closes [#486](https://github.com/documentationjs/documentation/issues/486)
12+
13+
14+
115
<a name="4.0.0-beta16"></a>
216
# [4.0.0-beta16](https://github.com/documentationjs/documentation/compare/v4.0.0-beta15...v4.0.0-beta16) (2016-12-07)
317

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "documentation",
33
"description": "a documentation generator",
4-
"version": "4.0.0-beta16",
4+
"version": "4.0.0-beta.17",
55
"author": "Tom MacWright",
66
"bin": {
77
"documentation": "./bin/documentation.js"
@@ -85,7 +85,7 @@
8585
"scripts": {
8686
"lint": "eslint bin lib index.js test",
8787
"doc": "documentation build index.js -f md --access=public > docs/NODE_API.md",
88-
"changelog": "standard-changelog -i CHANGELOG.md -s",
88+
"changelog": "standard-changelog -i CHANGELOG.md -w",
8989
"self-lint": "node ./bin/documentation.js lint",
9090
"test": "npm run lint && npm run self-lint && tap -t 120 --coverage --nyc-arg=--cache test/*.js test/lib test/streams"
9191
},

0 commit comments

Comments
 (0)