Skip to content

Commit a6eb3fb

Browse files
committed
Released 0.8.7
1 parent 908e66f commit a6eb3fb

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.8.7
3+
- Added helpful error when improperly trying to perform a
4+
task via `this.taskName.perform()`
5+
26
### 0.8.6
37
- Add `.debug()` Task Modifier and EmberENV.DEBUG_TASKS to log
48
the reason a task is canceled, e.g. "TaskInstance 'doStuff' was

package.json

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

0 commit comments

Comments
 (0)