async v1.1.1 Release Notes

  • 🐛 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)