From cbf3b7a5f13fb2c0371c3c5c44c70e3a1f1278d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0mol=C3=ADk?= Date: Tue, 15 Oct 2024 11:49:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package.json | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a7858..c0a26aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +### [2.0.2] 2024-10-15 + ### Added - Latency status diff --git a/package.json b/package.json index 8dd748e..837d427 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-healthz", - "version": "2.0.1", + "version": "2.0.2", "description": "The \"health-checkup\" npm package simplifies the process of implementing health checks in Node.js applications, allowing you to ensure the reliability and availability of your system components effortlessly.", "keywords": [ "nodejs", @@ -9,9 +9,9 @@ "utility", "status" ], - "homepage": "https://github.com/smoliji/node-healthz", + "homepage": "https://github.com/AckeeCZ/node-healthz", "bugs": { - "url": "https://github.com/smoliji/node-healthz/issues" + "url": "https://github.com/AckeeCZ/node-healthz/issues" }, "license": "MIT", "author": "Jiri Smolik ", @@ -24,7 +24,7 @@ "build": "esbuild src/index.ts --bundle --minify --platform=node --outfile=dist/index.js && tsc", "test": "node --require ts-node/register --require source-map-support/register --test **/*.test.ts" }, - "repository": "git+https://github.com/smoliji/node-healthz.git", + "repository": "git+https://github.com/AckeeCZ/node-healthz.git", "engines": { "node": ">=18" },