Version Packages (#972)

pull/861/head @hono/react-renderer@0.3.0
github-actions[bot] 2025-02-17 14:30:48 +09:00 committed by GitHub
parent be181bfff6
commit 57b9f5dbdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/react-renderer': minor
---
The `doctype` option defaults to true

View File

@ -1,5 +1,11 @@
# @hono/react-renderer # @hono/react-renderer
## 0.3.0
### Minor Changes
- [#971](https://github.com/honojs/middleware/pull/971) [`be181bfff63298c656b230092fb0dfa700ad30a4`](https://github.com/honojs/middleware/commit/be181bfff63298c656b230092fb0dfa700ad30a4) Thanks [@ghaaj](https://github.com/ghaaj)! - The `doctype` option defaults to true
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/react-renderer", "name": "@hono/react-renderer",
"version": "0.2.1", "version": "0.3.0",
"description": "React Renderer Middleware for Hono", "description": "React Renderer Middleware for Hono",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",