Skip to content

Commit

Permalink
Version for 4.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 25, 2016
1 parent b28ba3d commit b66478d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.0.0-beta2

Minor fixes

* Fixes `export { foo } from './bar'` style export
* Fixed CLI usage examples to simply say `documentation` instead of `/usr/bin/documentation` or
similar.

## 4.0.0-beta1

**Now using Babel 6!**
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-beta1",
"version": "4.0.0-beta2",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"
Expand Down

0 comments on commit b66478d

Please sign in to comment.