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