Skip to content

Commit

Permalink
🔖 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smoliji committed Oct 15, 2024
1 parent 1848ddb commit cbf3b7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

### [2.0.2] 2024-10-15

### Added

- Latency status
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 <[email protected]>",
Expand All @@ -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"
},
Expand Down

0 comments on commit cbf3b7a

Please sign in to comment.