From c825d9709de1e5d15b1b362429e0cee56c96c516 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Tue, 10 Jan 2023 14:39:15 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=AC=86=EF=B8=8F=20bump=20version,?= =?UTF-8?q?=20v4.0.0-rc.5?= 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 6ea2b82..64597ef 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": "4.0.0-rc.4", + "version": "4.0.0-rc.5", "main": "./dist", "module": "./dist/index.mjs", "types": "./dist/types/index.d.ts",