From 904a7107e20a42ac1da3d77c5011ebb9392a726c Mon Sep 17 00:00:00 2001 From: Ray Epps Date: Tue, 18 Oct 2022 15:34:23 -0700 Subject: [PATCH] release v8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dd76446..4b2f883c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radash", - "version": "7.1.1", + "version": "8.0.0", "description": "Functional utility library - modern, simple, typed, powerful", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",