From 7c60154c9831620c42440c6ca795144fdf407dd4 Mon Sep 17 00:00:00 2001 From: "chhiui.li" Date: Mon, 25 Mar 2024 23:20:51 +0800 Subject: [PATCH] feat(cast): change version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f7a54c7..472a9a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radash", - "version": "12.1.0", + "version": "12.2.0", "description": "Functional utility library - modern, simple, typed, powerful", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",