From b0b5ae5aa72944b75e37280970b693142f3d3153 Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Tue, 19 Mar 2024 02:24:19 +0200 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bb4a85..74d1490 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tsynamo", "author": "woltsu", - "version": "0.0.5", + "version": "0.0.6", "description": "Typed query builder for DynamoDB", "main": "dist/index.js", "types": "dist/index.d.ts",