Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 18, 2013
1 parent 325386e commit df483ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.6.2 -- 2013.03.18
* Provide deferred.reject to allow configuration of v0.7 safe working flows
* Do not require whole event-emitter but just needed modules

v0.6.1 -- 2012.10.05
* Fix profiler paths detection to work on Windows systems
* Fix monitor test so it's not dependent on order in which is run
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": "deferred",
"version": "0.6.1",
"version": "0.6.2",
"description": "Asynchronous control-flow with deferred and promises",
"keywords": [
"async",
Expand Down

0 comments on commit df483ac

Please sign in to comment.