We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28ba3d commit b66478dCopy full SHA for b66478d
CHANGELOG.md
@@ -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
9
## 4.0.0-beta1
10
11
**Now using Babel 6!**
package.json
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
- "version": "4.0.0-beta1",
+ "version": "4.0.0-beta2",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
0 commit comments