From 11c666739754f8837f151bcd4b73e2648050be75 Mon Sep 17 00:00:00 2001 From: Behzad Rabiei <53224485+Behzad-rabiei@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:17:32 +0400 Subject: [PATCH] update the package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cfc002..ebea494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@togethercrew.dev/db", - "version": "3.0.33", + "version": "3.0.34", "description": "All interactions with DB", "main": "./dist/index.js", "types": "./dist/index.d.ts",