parent
7e12913812
commit
9533c582ae
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/prometheus': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: bump peer dependency
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/prometheus
|
# @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
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/prometheus",
|
"name": "@hono/prometheus",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Prometheus metrics middleware for Hono",
|
"description": "Prometheus metrics middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.mjs",
|
"module": "dist/index.mjs",
|
||||||
|
|
Loading…
Reference in New Issue