Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Aug 24, 2022
1 parent 237930d commit 090a0d1
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,5 +1,9 @@
# Changelog

### 2.3.2
- Simplify the async arrow fn task() API to allow omitting the `this` param, e.g.
`myTask = task(async () => {})` (#477)

### 2.3.1
- Add runtime assertion to detect transpilation failures with the new async arrow fn API

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": "2.3.1",
"version": "2.3.2",
"description": "Improved concurrency/async primitives for Ember.js",
"scripts": {
"build": "ember build --environment=production",
Expand Down

0 comments on commit 090a0d1

Please sign in to comment.