Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nucleode/arecibo
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Feb 20, 2025
2 parents c729336 + 5e96f21 commit 1746130
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.1](https://github.com/ducktors/arecibo/compare/v4.0.0...v4.0.1) (2025-02-20)


### Bug Fixes

* improve code on index.ts and update biome ([2267524](https://github.com/ducktors/arecibo/commit/22675245f6e1f2c61687a31188a3d8e48f0b721f))

# [4.0.0](https://github.com/ducktors/arecibo/compare/v3.1.1...v4.0.0) (2025-02-20)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arecibo",
"version": "4.0.0",
"version": "4.0.1",
"description": "Fastify plugin that respondes to Kubernetes readiness and liveness probes.",
"main": "./lib",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -65,7 +65,9 @@
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"files": ["/lib"],
"files": [
"/lib"
],
"dependencies": {
"fastify-plugin": "^5.0.1"
},
Expand Down

0 comments on commit 1746130

Please sign in to comment.