From 793bd8733d957cb5b1f0b6aefa46f5336e96d316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Mon, 15 Jul 2024 10:39:09 +0300 Subject: [PATCH] v2.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bd9c94..52145e5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Replace your template engine with fast JavaScript by leveraging the power of tagged templates.", "author": "Gürgün Dayıoğlu", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "bin": "./bin/src/index.js", "main": "./src/index.js",