From 0b81811fc8bbef334523c890c05c793d7df8fc94 Mon Sep 17 00:00:00 2001 From: Ray Epps Date: Tue, 20 Feb 2024 18:38:08 -0700 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c109b57..a6aa123b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radash", - "version": "11.0.0", + "version": "12.0.0", "description": "Functional utility library - modern, simple, typed, powerful", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",