Skip to content

Commit b66478d

Browse files
committed
Version for 4.0.0-beta2
1 parent b28ba3d commit b66478d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.0.0-beta2
2+
3+
Minor fixes
4+
5+
* Fixes `export { foo } from './bar'` style export
6+
* Fixed CLI usage examples to simply say `documentation` instead of `/usr/bin/documentation` or
7+
similar.
8+
19
## 4.0.0-beta1
210

311
**Now using Babel 6!**

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

0 commit comments

Comments
 (0)