parent
f79f40bd48
commit
1c7f40b022
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/esbuild-transpiler': patch
|
||||
---
|
||||
|
||||
fix: build correctly
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/esbuild-transpiler
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#241](https://github.com/honojs/middleware/pull/241) [`f79f40b`](https://github.com/honojs/middleware/commit/f79f40bd48f0bb63a627d774d6e08e422f9913e3) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: build correctly
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/esbuild-transpiler",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "esbuild Transpiler Middleware for Hono",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in New Issue