Version Packages (#452)

pull/457/head @hono/esbuild-transpiler@0.1.3
github-actions[bot] 2024-04-14 09:06:45 +09:00 committed by GitHub
parent db390602b4
commit ffd67e5412
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/esbuild-transpiler': patch
---
fix: set a content-type correctly

View File

@ -1,5 +1,11 @@
# @hono/esbuild-transpiler # @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 ## 0.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/esbuild-transpiler", "name": "@hono/esbuild-transpiler",
"version": "0.1.2", "version": "0.1.3",
"description": "esbuild Transpiler Middleware for Hono", "description": "esbuild Transpiler Middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",