Skip to content

Commit bdca8ce

Browse files
committed
Released 0.7.7
1 parent 71831f2 commit bdca8ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 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+
29
### 0.7.6
310
- Upgraded to more Node-backwards-compatible version of
411
ember-maybe-import-regenerator.

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.6",
3+
"version": "0.7.7",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)