From de081b1f7b23a3d02af39cc8834c18aa831eac88 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Sun, 5 Jun 2022 14:20:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20(v3.12.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5456c9d..ca7e611 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mobily/ts-belt", "description": "🔧 Fast, modern, and practical utility library for FP in TypeScript.", - "version": "3.11.0", + "version": "3.12.0", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",