Version Packages (#358)

pull/359/head @hono/prometheus@1.0.0
github-actions[bot] 2024-01-25 08:50:20 +09:00 committed by GitHub
parent 5c165793fc
commit 7701152c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/prometheus': major
---
Releasing first version

View File

@ -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

View File

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