Skip to content

Commit

Permalink
πŸ”– 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smoliji committed May 4, 2024
1 parent 32daf35 commit 4a57a6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on:
release:
types: [published]
jobs:
build:
release:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG β†’ CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased] - 2024-05-03
## [Unreleased]

## [2.0.0-rc.2] 2024-05-04

### Added
- Changelog
Expand Down
3 changes: 3 additions & 0 deletions README β†’ README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# node-healthz

![HTML Preview](https://raw.githubusercontent.com/smoliji/node-healthz/fc4aad102264fe4241cbf3b0c02edfd3a2eb3af5/html-preview.png "node-healthz HTML Preview")


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.

```ts
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-healthz",
"version": "2.0.0",
"version": "2.0.0-rc.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 @@ -24,10 +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": {
"type": "git",
"url": "https://github.com/smoliji/node-healthz.git"
},
"repository": "git+https://github.com/smoliji/node-healthz.git",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit 4a57a6e

Please sign in to comment.