Skip to content

Commit f76b0e7

Browse files
committed
2.3.0
1 parent 69e47d4 commit f76b0e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### master
3+
### 2.3.0
44
- Introduce async-arrow task() API as the new universal JS/TS API, e.g.
55
`myTask = task(this, { drop: true }, async (arg: string) => {})`. This new API
66
sidesteps the vast majority of TypeScript issues that plagued past decorators- and generators-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-concurrency",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Improved concurrency/async primitives for Ember.js",
55
"scripts": {
66
"build": "ember build --environment=production",

0 commit comments

Comments
 (0)