From 0956271e29964a3fc253a33ff4e9a6ee062adc35 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Wed, 24 Dec 2025 19:08:28 -0800 Subject: [PATCH] v0.1.1 --- node-health/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-health/package.json b/node-health/package.json index d796a43..e77316c 100644 --- a/node-health/package.json +++ b/node-health/package.json @@ -7,7 +7,7 @@ "publishConfig": { "registry": "https://gitea.auvem.com/api/packages/end/npm/" }, - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",