parent
53b4f33190
commit
95289e678d
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/event-emitter': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Full release of Event Emitter middleware for Hono
|
|
|
@ -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
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue