Version Packages (#625)

pull/626/head @hono/event-emitter@1.0.0
github-actions[bot] 2024-07-07 16:07:35 +09:00 committed by GitHub
parent 53b4f33190
commit 95289e678d
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/event-emitter': major
---
Full release of Event Emitter middleware for Hono

View File

@ -0,0 +1,7 @@
# @hono/event-emitter
## 1.0.0
### Major Changes
- [#615](https://github.com/honojs/middleware/pull/615) [`53b4f331906f3da57da81e87d461889d0aff5cb4`](https://github.com/honojs/middleware/commit/53b4f331906f3da57da81e87d461889d0aff5cb4) Thanks [@DavidHavl](https://github.com/DavidHavl)! - Full release of Event Emitter middleware for Hono

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/event-emitter", "name": "@hono/event-emitter",
"version": "0.0.0", "version": "1.0.0",
"description": "Event Emitter middleware for Hono", "description": "Event Emitter middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",