Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 99bfb27

Browse files
committed
version bump 2.0.17
1 parent 4f9f8ec commit 99bfb27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ process.nextTick(() => {
5252

5353
| Release | Notes |
5454
| --------- | --------------------------------------------------------------------------------------- |
55-
| 2.0.12-16 | maintenance release, nodejs 14 support |
55+
| 2.0.12-17 | maintenance release, nodejs 14 support |
5656
| 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira |
5757
| 2.0.10 | maintenance release |
5858
| 2.0.9 | node 13 supported |

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asyncctx",
3-
"version": "2.0.16",
3+
"version": "2.0.17",
44
"description": "an asynchronous execution context for TypeScript/JavaScript",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)