We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28b132 commit 3a7b953Copy full SHA for 3a7b953
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+### 0.6.2
3
+ - bugfix: errors thrown from child tasks don't "rethrow" when
4
+ caught by parent task
5
+
6
### 0.6.1
7
- Fixed bug when using ember-concurrency in an addon that is consumed
8
by another app. #46
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments