Version Packages (#1158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1161/head
parent
7717755dd3
commit
e63499755a
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/bun-compress': minor
|
||||
---
|
||||
|
||||
Created Bun Compress Middleware
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue