Skip to content

Commit

Permalink
🔖 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smoliji committed May 21, 2024
1 parent f751fdd commit 52a2137
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

### [2.0.0] 2024-05-21

### Added
- Custom path for Express.js

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 52a2137

Please sign in to comment.