Skip to content

Commit

Permalink
[Release] Increase version to 0.2.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
nev21 authored Mar 3, 2023
1 parent c2df842 commit 1ba3f91
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/typedoc/functions/createTaskScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> name: <span class="tsd
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ITaskScheduler.html" class="tsd-signature-type" data-tsd-kind="Interface">ITaskScheduler</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/scheduler/taskScheduler.ts#L165">lib/src/scheduler/taskScheduler.ts:165</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/scheduler/taskScheduler.ts#L180">lib/src/scheduler/taskScheduler.ts:180</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/ts-async",
"description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/nevware21/ts-async",
"license": "MIT",
"author": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/ts-async",
"description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/nevware21/ts-async",
"sideEffects": false,
"license": "MIT",
Expand All @@ -12,6 +12,7 @@
"keywords": [
"typescript",
"javascript",
"es5",
"promise",
"es6.promise",
"async",
Expand Down

0 comments on commit 1ba3f91

Please sign in to comment.