Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2013
1 parent e9b6b0c commit c662e93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.3.2 / 2013-03-15
==================

* remove Emitter call in constructor

0.3.1 / 2013-03-13
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "batch",
"repo": "component/batch",
"description": "Async task batching",
"version": "0.3.1",
"version": "0.3.2",
"keywords": ["batch", "async", "utility", "concurrency", "concurrent"],
"dependencies": {
"component/emitter": "*"
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": "batch"
, "version": "0.3.1"
, "version": "0.3.2"
, "description": "Simple async batch"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "devDependencies": {
Expand Down

0 comments on commit c662e93

Please sign in to comment.