Version Packages (#242)

pull/244/head @hono/esbuild-transpiler@0.1.1
github-actions[bot] 2023-11-07 11:40:33 +09:00 committed by GitHub
parent f79f40bd48
commit 1c7f40b022
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: build correctly

View File

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

View File

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