Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 15, 2025
1 parent 59302d7 commit 89eed7d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.1.4

[compare changes](https://github.com/unjs/srvx/compare/v0.1.3...v0.1.4)

### 🩹 Fixes

- **node:** Access req headers with lowerCase ([#21](https://github.com/unjs/srvx/pull/21))

### 💅 Refactors

- **node:** Improve body streaming ([#26](https://github.com/unjs/srvx/pull/26))

### 🏡 Chore

- Update deps ([b74f68a](https://github.com/unjs/srvx/commit/b74f68a))
- Lint ([011d381](https://github.com/unjs/srvx/commit/011d381))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Alex ([@alexfriesen](http://github.com/alexfriesen))

## v0.1.3

[compare changes](https://github.com/unjs/srvx/compare/v0.1.1...v0.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "srvx",
"version": "0.1.3",
"version": "0.1.4",
"description": "Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js.",
"repository": "unjs/srvx",
"license": "MIT",
Expand Down

0 comments on commit 89eed7d

Please sign in to comment.