Skip to content

Commit 3f82c70

Browse files
committed
To beta3
1 parent 11f13df commit 3f82c70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.0.0-beta3
2+
3+
* Updates theme to a much-improved design
4+
* Fix augments tag display in HTML
5+
* Improve name detection of ES6-exported methods and variables
6+
* Allow documentation of Object.prototype methods
7+
18
## 4.0.0-beta2
29

310
Minor fixes

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

0 commit comments

Comments
 (0)