parent
5c165793fc
commit
7701152c2a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/prometheus': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Releasing first version
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/prometheus
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- [#340](https://github.com/honojs/middleware/pull/340) [`5c165793fca7c78b5375770697b1da4ae393754c`](https://github.com/honojs/middleware/commit/5c165793fca7c78b5375770697b1da4ae393754c) Thanks [@dios-david](https://github.com/dios-david)! - Releasing first version
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/prometheus",
|
"name": "@hono/prometheus",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"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