Version Packages (#233)

pull/235/head @hono/esbuild-transpiler@0.1.0
github-actions[bot] 2023-11-05 11:12:27 +09:00 committed by GitHub
parent 81de70d289
commit a60dd96808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/esbuild-transpiler': minor
---
feat: introduce esbuild Transpiler Middleware

View File

@ -0,0 +1,7 @@
# @hono/esbuild-transpiler
## 0.1.0
### Minor Changes
- [#231](https://github.com/honojs/middleware/pull/231) [`1243fc5`](https://github.com/honojs/middleware/commit/1243fc5697e7a791ed4cba3baf43d647c944e747) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: introduce esbuild Transpiler Middleware

View File

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