Skip to content

Commit fbdeeb6

Browse files
committed
Released 0.7.1
1 parent f660ab1 commit fbdeeb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
### 0.7.1
3+
- Support for Ember 1.13.0
4+
25
### 0.7.0
36
- within a task generator function, TaskCancelation "errors" are
47
longer "catchable" in the catch block of a try/catch. This means

package.json

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

0 commit comments

Comments
 (0)