Skip to content

Commit

Permalink
Keep 2.0.0-beta.2 as low-end of dependency and add changelog for 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Feb 14, 2021
1 parent 506b735 commit 5d1e7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 0.9.1
- Support ember-concurrency 2.0.0-rc.1 and 2.0.0-rc.2

### 0.9.0
- Support ember-concurrency v2 (in beta)
- Removed deprecated `enable` and `disable` test helpers. Use `enableTaskRetries` and `disableTaskRetries`, respectively, instead.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"ember-cli-babel": "^7.23.0",
"ember-concurrency": "^1.3.0 || ^2.0.0-rc.2"
"ember-concurrency": "^1.3.0 || ^2.0.0-beta.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down

0 comments on commit 5d1e7d7

Please sign in to comment.