parent
bda918e286
commit
74dfa07ded
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/react-renderer': minor
|
||||
---
|
||||
|
||||
Support renderToReadableStream options.
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/react-renderer
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#410](https://github.com/honojs/middleware/pull/410) [`bda918e286d5e656807b115a9f0aabadc17faa04`](https://github.com/honojs/middleware/commit/bda918e286d5e656807b115a9f0aabadc17faa04) Thanks [@yoshikouki](https://github.com/yoshikouki)! - Support renderToReadableStream options.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/react-renderer",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"description": "React Renderer Middleware for Hono",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue