Version Packages (#477)

pull/479/head @hono/prometheus@1.0.1
github-actions[bot] 2024-04-26 00:37:47 +09:00 committed by GitHub
parent 7e12913812
commit 9533c582ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/prometheus': patch
---
fix: bump peer dependency

View File

@ -1,5 +1,11 @@
# @hono/prometheus
## 1.0.1
### Patch Changes
- [#476](https://github.com/honojs/middleware/pull/476) [`7e129138120504b8fbd2641048347c43674a827d`](https://github.com/honojs/middleware/commit/7e129138120504b8fbd2641048347c43674a827d) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: bump peer dependency
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/prometheus",
"version": "1.0.0",
"version": "1.0.1",
"description": "Prometheus metrics middleware for Hono",
"main": "dist/index.js",
"module": "dist/index.mjs",