Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 27, 2014
1 parent ff3edcd commit 98453d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## v0.2.0 - August 5, 2014
## v0.2.0 - August 27, 2014

* The callback now passes `err` if any of the files fail.
* `res.error` now returns an Error object.
* Added `res.failures` to list files that failed.
* Added `res.successes` to list files that succeeded.

## v0.1.0 - August 5, 2014

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-input",
"version": "0.1.0",
"version": "0.2.0",
"description": "Easily read from stdin or files.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 98453d9

Please sign in to comment.