Skip to content

Commit 1960e7d

Browse files
committed
Released 0.7.9
1 parent 25b55a9 commit 1960e7d

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.9
3+
- Add task-aware `allSettled` promise equivalent (#75)
4+
25
### 0.7.8
36
- Adds Object.assign polyfill so that tests pass on
47
on non-supporting browsers for apps that don't

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

0 commit comments

Comments
 (0)