Skip to content

Commit

Permalink
Add changelog entry for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Jun 25, 2020
1 parent 49f005e commit 01d45c5
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

### 1.2.1
- Correct types for encapsulated tasks to allow accessing encapsulated task state (#362, thanks @chancancode!)
- Correct types to reflect that Task, TaskInstance, and TaskGroup extend EmberObject (#363, thanks @jamescdavis!)

### 1.2.0
- Introduce official TypeScript definitions targetting the last 3 versions of
TypeScript. A big, big thank you to @chancancode for this heroic effort!
Expand Down
2 changes: 1 addition & 1 deletion package.node-8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-concurrency",
"version": "1.1.7",
"version": "1.2.1",
"description": "Improved concurrency/async primitives for Ember.js",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit 01d45c5

Please sign in to comment.