Version Packages (#1158)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1161/head
github-actions[bot] 2025-05-13 07:26:50 +09:00 committed by GitHub
parent 7717755dd3
commit e63499755a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/bun-compress': minor
---
Created Bun Compress Middleware

View File

@ -0,0 +1,7 @@
# @hono/bun-compress
## 0.1.0
### Minor Changes
- [#1153](https://github.com/honojs/middleware/pull/1153) [`7717755dd35aec882b452f91373439d357eb516c`](https://github.com/honojs/middleware/commit/7717755dd35aec882b452f91373439d357eb516c) Thanks [@nrdobie](https://github.com/nrdobie)! - Created Bun Compress Middleware

View File

@ -1,6 +1,6 @@
{
"name": "@hono/bun-compress",
"version": "0.0.0",
"version": "0.1.0",
"description": "A Hono middleware for compressing responses using Bun's built-in compression.",
"type": "module",
"module": "dist/index.js",