From 52a21374222eeb0bfa2e2606d3df8a5ed1d60648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0mol=C3=ADk?= Date: Tue, 21 May 2024 08:15:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea2f08..e7122a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +### [2.0.0] 2024-05-21 + ### Added - Custom path for Express.js @@ -10,6 +12,9 @@ ## [2.0.0-rc.4] 2024-05-05 +### Note +- This release was made by mistake due to a configuration error with the publishing mechanism. No changes or new features are included in this version. + ## [2.0.0-rc.3] 2024-05-05 ### Added diff --git a/package.json b/package.json index b7e1610..4c81715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-healthz", - "version": "2.0.0-rc.4", + "version": "2.0.0", "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",