From 88e288b9059f3167b886acef9883135daf49cbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Thu, 15 Feb 2024 09:42:39 +0100 Subject: [PATCH] v0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d16fac..56e5d42 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A carefully curated subset of JavaScript that focuses on coherence and elegance.", "author": "Gürgün Dayıoğlu", "license": "MIT", - "version": "0.11.0", + "version": "0.12.0", "type": "commonjs", "main": "./src/index.js", "exports": "./src/index.js",