parent
db390602b4
commit
ffd67e5412
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/esbuild-transpiler': patch
|
||||
---
|
||||
|
||||
fix: set a content-type correctly
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/esbuild-transpiler
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#451](https://github.com/honojs/middleware/pull/451) [`db390602b4d7897975da294ab02a5b4300b6fb8f`](https://github.com/honojs/middleware/commit/db390602b4d7897975da294ab02a5b4300b6fb8f) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: set a content-type correctly
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/esbuild-transpiler",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "esbuild Transpiler Middleware for Hono",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in New Issue