From 2e0b969918e59e4bfea7409ab3159eb88aa54403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Sat, 26 Oct 2024 14:27:00 +0200 Subject: [PATCH] v3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 183e777..fa4b7ba 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": "3.0.13", + "version": "3.1.0", "type": "commonjs", "bin": "./bin/src/index.js", "main": "./src/index.js",