From 24b19a2d4a10412a203be7986f5c63f5d5a5c83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20R=C3=B8dvik?= Date: Mon, 11 Aug 2025 00:48:28 +0200 Subject: [PATCH] feat: bump version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 271b209..deff547 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@valkyr/testcontainers", - "version": "2.0.1", + "version": "2.0.2", "exports": { ".": "./mod.ts", "./mongodb": "./containers/mongodb.ts",