diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7d4b452..659f6b822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/package.node-8.json b/package.node-8.json index b9d11a671..e005f6e39 100644 --- a/package.node-8.json +++ b/package.node-8.json @@ -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",