Skip to content

Commit 29baa47

Browse files
committed
To beta5
1 parent bf0f100 commit 29baa47

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.0.0-beta5
2+
3+
* Add decorator support (zacharygolba)
4+
* Add support to infer whether functions are private based on their name,
5+
like starting with `_` (arv)
6+
* Improve internal documentation
7+
18
## 4.0.0-beta4
29

310
* Fix minor dependency mistake

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

0 commit comments

Comments
 (0)