diff --git a/CHANGELIST.md b/CHANGELIST.md index 1e56965..9f9216f 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,3 +1,10 @@ +# v0.2.1 Mar 2nd, 2023 + +## Changelog + +- #27 [Bug] v0.2.0 of the scheduler is throwing an error when a waited task rejects +- #28 Update to ts-utils@0.8.1 + # v0.2.0 Feb 26th, 2023 ## Changelog diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index c467192..1caca23 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -1658,9 +1658,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001458", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001458.tgz", - "integrity": "sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w==", + "version": "1.0.30001459", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001459.tgz", + "integrity": "sha512-WmuS7UmOyuMxDquiA3BUKrKPBcpaIHrFnlEzlIYKecjmHMABYsqp6eeZLjcLCW5aFb/dRJNYCiuGNEssQgLfaA==", "funding": [ { "type": "opencollective", @@ -8845,9 +8845,9 @@ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, "caniuse-lite": { - "version": "1.0.30001458", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001458.tgz", - "integrity": "sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w==" + "version": "1.0.30001459", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001459.tgz", + "integrity": "sha512-WmuS7UmOyuMxDquiA3BUKrKPBcpaIHrFnlEzlIYKecjmHMABYsqp6eeZLjcLCW5aFb/dRJNYCiuGNEssQgLfaA==" }, "chai": { "version": "4.3.7", diff --git a/docs/typedoc/functions/createTaskScheduler.html b/docs/typedoc/functions/createTaskScheduler.html index 352256d..f5ed1f4 100644 --- a/docs/typedoc/functions/createTaskScheduler.html +++ b/docs/typedoc/functions/createTaskScheduler.html @@ -80,7 +80,7 @@
Optional name: Returns ITaskScheduler
+
  • Defined in lib/src/scheduler/taskScheduler.ts:180