From aa6e4d69dad76502995c2c2fe6b79767dca9bccc Mon Sep 17 00:00:00 2001 From: kikuchan Date: Tue, 23 Jan 2024 17:25:02 +0900 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43df10f..c4cfdc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-weaver", - "version": "0.1.0-alpha.2", + "version": "0.1.0", "description": "SQL query builder using template string literal", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.mjs",