Skip to content

Commit fd9c50f

Browse files
committed
Released 0.6.3
1 parent 251bf07 commit fd9c50f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 0.6.3
3+
- bugfix: errors that bubble throw arbitrary depths of child tasks
4+
will only call window/Ember.onerror once
5+
26
### 0.6.2
37
- bugfix: errors thrown from child tasks don't "rethrow" when
48
caught by parent task

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-concurrency",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)