We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71831f2 commit bdca8ceCopy full SHA for bdca8ce
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog
2
+### 0.7.7
3
+ - Upgraded ember-maybe-import-regenerator so that other
4
+ addons can consume/depend on ember-concurrency without
5
+ making the end user have to make any additional
6
+ configuration to support transpiled generator function
7
+ syntax.
8
+
9
### 0.7.6
10
- Upgraded to more Node-backwards-compatible version of
11
ember-maybe-import-regenerator.
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
- "version": "0.7.6",
+ "version": "0.7.7",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
0 commit comments