Skip to content

Commit

Permalink
update changelog and package jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Early committed Jun 8, 2015
1 parent 9697f40 commit b66e85d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.2.1

Bug Fix:

- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782)

# v1.2.0

New Features:
Expand All @@ -12,7 +18,8 @@ Bug Fixes:

# v1.1.1

Bug Fix
Bug Fix:

- Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782)


Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "1.2.0",
"version": "1.2.1",
"main": "lib/async.js",
"keywords": [
"async",
Expand Down Expand Up @@ -40,4 +40,4 @@
"authors": [
"Caolan McMahon"
]
}
}
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"async",
"callback",
Expand All @@ -14,4 +14,4 @@
"scripts": [
"lib/async.js"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Higher-order functions and common patterns for asynchronous code",
"main": "lib/async.js",
"author": "Caolan McMahon",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"async",
"callback",
Expand Down Expand Up @@ -59,4 +59,4 @@
"tests"
]
}
}
}

0 comments on commit b66e85d

Please sign in to comment.