From 818376856432ae2e7a02a8dfdbd1342705ae4061 Mon Sep 17 00:00:00 2001 From: AmirabbasJ Date: Mon, 22 Aug 2022 13:13:53 +0430 Subject: [PATCH] fix: add versioning tag for chainTaskOptionKW --- src/TaskEither.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TaskEither.ts b/src/TaskEither.ts index 3adaf404d..95ce6a687 100644 --- a/src/TaskEither.ts +++ b/src/TaskEither.ts @@ -440,6 +440,7 @@ export const chainTaskOptionK = ( /** * @category combinators + * @since 2.12.3 */ export const chainTaskOptionKW: ( onNone: Lazy