Version Packages (#245)

pull/249/head @hono/esbuild-transpiler@0.1.2
github-actions[bot] 2023-11-07 12:16:53 +09:00 committed by GitHub
parent 007de80662
commit 037d748c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/esbuild-transpiler': patch
---
fix: exports modules correctly

View File

@ -1,5 +1,11 @@
# @hono/esbuild-transpiler
## 0.1.2
### Patch Changes
- [#244](https://github.com/honojs/middleware/pull/244) [`007de80`](https://github.com/honojs/middleware/commit/007de80662c97a1eb25bd12376d3bfc75bc07d14) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: exports modules correctly
## 0.1.1
### Patch Changes

View File

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