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",