Skip to content

Commit 3a7b953

Browse files
committed
Released 0.6.2
1 parent b28b132 commit 3a7b953

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.2
3+
- bugfix: errors thrown from child tasks don't "rethrow" when
4+
caught by parent task
5+
26
### 0.6.1
37
- Fixed bug when using ember-concurrency in an addon that is consumed
48
by another app. #46

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.1",
3+
"version": "0.6.2",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)