From 518246643ef85218576d1786eb85c05c37cb0643 Mon Sep 17 00:00:00 2001 From: kikuchan Date: Tue, 20 Feb 2024 19:15:59 +0900 Subject: [PATCH] 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9f8747..8ca50d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-weaver", - "version": "0.1.1", + "version": "0.1.2", "description": "SQL query builder using template string literal", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.mjs",