Skip to content

Commit

Permalink
Released 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jun 24, 2017
1 parent 908e66f commit a6eb3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### 0.8.7
- Added helpful error when improperly trying to perform a
task via `this.taskName.perform()`

### 0.8.6
- Add `.debug()` Task Modifier and EmberENV.DEBUG_TASKS to log
the reason a task is canceled, e.g. "TaskInstance 'doStuff' was
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
"version": "0.8.6",
"version": "0.8.7",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit a6eb3fb

Please sign in to comment.