Skip to content

Commit

Permalink
Update changelog and package.json for beta14
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 21, 2016
1 parent 7f400da commit 43e01ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.0.0-beta14

* Highlight all Markdown, not just examples. Fixes #610
* Fix for `--config` only strip comments on json files (#611)
* Merge inferred return type like we do for params. Refs #359 (#604)
* Support webpack's System.import with nice handy babel plugin (#603)
* Format optional types with ? instead of [] (#538)
* Fix membership assignment for old-fashioned prototype members (#599)
* Update Node API documentation to include only exposed API surface
* Add too-much-inference troubleshooting topic

## 4.0.0-beta13

* Fix linker null reference error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
"version": "4.0.0-beta13",
"version": "4.0.0-beta14",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
Expand Down

0 comments on commit 43e01ce

Please sign in to comment.