From 38e749db597d0cea6ba3798fc5873a0e89b6f88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Tue, 9 Apr 2024 00:59:01 +0200 Subject: [PATCH] v0.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4d162c..df85c5c 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.13.0", + "version": "0.14.0", "type": "commonjs", "main": "./src/index.js", "exports": "./src/index.js",