Skip to content

Commit 43e01ce

Browse files
committed
Update changelog and package.json for beta14
1 parent 7f400da commit 43e01ce

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.0.0-beta14
2+
3+
* Highlight all Markdown, not just examples. Fixes #610
4+
* Fix for `--config` only strip comments on json files (#611)
5+
* Merge inferred return type like we do for params. Refs #359 (#604)
6+
* Support webpack's System.import with nice handy babel plugin (#603)
7+
* Format optional types with ? instead of [] (#538)
8+
* Fix membership assignment for old-fashioned prototype members (#599)
9+
* Update Node API documentation to include only exposed API surface
10+
* Add too-much-inference troubleshooting topic
11+
112
## 4.0.0-beta13
213

314
* Fix linker null reference error

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

0 commit comments

Comments
 (0)