We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f660ab1 commit fbdeeb6Copy full SHA for fbdeeb6
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+### 0.7.1
3
+ - Support for Ember 1.13.0
4
+
5
### 0.7.0
6
- within a task generator function, TaskCancelation "errors" are
7
longer "catchable" in the catch block of a try/catch. This means
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments