diff --git a/changelog b/changelog index 56c4f6a..1d63b4a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +2.2.1 + +* Fixed an issue with errored tasks not getting cleaned up properly in some cases + 2.2.0 * Merged PR https://github.com/scriby/asyncblock/pull/28 (fix an issue with some flow.sync syntaxes, upgrade Esprima) diff --git a/package.json b/package.json index e7028c7..e955117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asyncblock", - "version": "2.2.0", + "version": "2.2.1", "description": "A simple and powerful abstraction of node-fibers", "keywords": [ "fiber", "fibers", "coroutine", "stop", "go", "green", "red" ],