Skip to content

Commit

Permalink
Released 0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Feb 23, 2018
1 parent c4ac9e5 commit 58acb94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### 0.8.15
- Added waitForProperty() to pause execution until a property
on an Ember Object becomes a certain value.

### 0.8.14
- Revert to "old style" Ember imports in `app/` tree

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
"version": "0.8.14",
"version": "0.8.15",
"description": "Improved concurrency/async primitives for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 58acb94

Please sign in to comment.